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.92 by root, Tue Jan 23 03:17:55 2007 UTC vs.
Revision 1.93 by root, Sat Jan 27 23:59:29 2007 UTC

399 MTH bool client_visible () const 399 MTH bool client_visible () const
400 { 400 {
401 return !invisible && type != PLAYER; 401 return !invisible && type != PLAYER;
402 } 402 }
403 403
404 MTH struct region *region () const;
405
404protected: 406protected:
405 friend struct archetype; 407 friend struct archetype;
406 408
407 void link (); 409 void link ();
408 void unlink (); 410 void unlink ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines