ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/object.h
(Generate patch)

Comparing deliantra/server/include/object.h (file contents):
Revision 1.167 by root, Tue Apr 22 07:01:47 2008 UTC vs.
Revision 1.168 by root, Thu Apr 24 00:30:52 2008 UTC

539 { 539 {
540 return this; 540 return this;
541 } 541 }
542 542
543 /* This returns TRUE if the object is something that 543 /* This returns TRUE if the object is something that
544 * should be displayed in the floorbox/inventory window 544 * a client might want to know about.
545 */ 545 */
546 MTH bool client_visible () const 546 MTH bool client_visible () const
547 { 547 {
548 return !invisible && type != PLAYER; 548 return !invisible && type != PLAYER;
549 } 549 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines