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.186 by elmex, Mon Oct 6 18:26:35 2008 UTC vs.
Revision 1.187 by elmex, Tue Oct 7 11:10:31 2008 UTC

522 MTH bool is_on_map () const 522 MTH bool is_on_map () const
523 { 523 {
524 return !env && !flag [FLAG_REMOVED]; 524 return !env && !flag [FLAG_REMOVED];
525 } 525 }
526 526
527 MTH bool is_in_map_or_inv () const 527 MTH bool is_inserted () const
528 { 528 {
529 return !flag [FLAG_REMOVED]; 529 return !flag [FLAG_REMOVED];
530 } 530 }
531 531
532 // returns the player that cna see this object, if any 532 // returns the player that cna see this object, if any

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines