--- deliantra/server/include/object.h 2006/12/31 17:17:23 1.78 +++ deliantra/server/include/object.h 2007/01/06 14:42:30 1.80 @@ -1,6 +1,7 @@ /* CrossFire, A Multiplayer game for X-windows + Copyright (C) 2005, 2006, 2007 Marc Lehmann & Crossfire+ Development Team Copyright (C) 2001 Mark Wedel & Crossfire Development Team Copyright (C) 1992 Frank Tore Johansen @@ -345,6 +346,9 @@ MTH void activate_recursive (); MTH void deactivate_recursive (); + // set the givne flag on all objects in the inventory recursively + MTH void set_flag_inv (int flag, int value = 1); + void enter_exit (object *exit);//PERL MTH void enter_map (maptile *newmap, int x, int y);