--- deliantra/server/include/map.h 2007/05/28 21:15:56 1.76 +++ deliantra/server/include/map.h 2007/06/07 19:12:22 1.77 @@ -202,6 +202,7 @@ * should be reset */ bool ACC (RW, dirty); /* if true, something was inserted or removed */ + bool ACC (RW, no_reset); // must not reset this map bool ACC (RW, fixed_resettime); /* if true, reset time is not affected by * players entering/exiting map */ @@ -252,7 +253,7 @@ MTH void clear (); MTH void fix_auto_apply (); - MTH void decay_objects (); + MTH void do_decay_objects (); MTH void update_buttons (); MTH int change_map_light (int change); static void change_all_map_light (int change); //PERL