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.111 by root, Tue Apr 24 00:42:02 2007 UTC vs.
Revision 1.112 by root, Mon Apr 30 04:25:30 2007 UTC

387 MTH void deactivate_recursive (); 387 MTH void deactivate_recursive ();
388 388
389 // set the givne flag on all objects in the inventory recursively 389 // set the givne flag on all objects in the inventory recursively
390 MTH void set_flag_inv (int flag, int value = 1); 390 MTH void set_flag_inv (int flag, int value = 1);
391 391
392 void enter_exit (object *exit);//PERL 392 void enter_exit (object *exit);//Perl
393 MTH void enter_map (maptile *newmap, int x, int y); 393 MTH void enter_map (maptile *newmap, int x, int y);
394 394
395 // returns the mapspace this object is in 395 // returns the mapspace this object is in
396 mapspace &ms () const; 396 mapspace &ms () const;
397 397

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines