--- deliantra/server/include/map.h 2006/12/31 18:10:40 1.45 +++ deliantra/server/include/map.h 2007/01/01 12:28:47 1.46 @@ -287,6 +287,9 @@ MTH void set_darkness_map (); MTH int estimate_difficulty () const; + // set the given flag on all objects in the map + MTH void set_object_flag (int flag, int value = 1); + MTH void link_multipart_objects (); MTH void clear_unique_items (); @@ -320,6 +323,8 @@ MTH object *insert (object *op, int x, int y, object *originator = 0, int flags = 0); + MTH void touch () { last_access = runtime; } + // static maptile *find_map (const char *path, maptile *origin);//PERL // // // load a map relative to this one