--- deliantra/server/include/map.h 2009/11/08 20:55:39 1.120 +++ deliantra/server/include/map.h 2009/11/10 05:11:06 1.122 @@ -300,7 +300,6 @@ shstr ACC (RW, tile_path[4]); /* path to adjoining maps */ maptile *ACC (RW, tile_map[4]); /* Next map, linked list */ shstr ACC (RW, path); /* Filename of the map */ - int ACC (RW, max_nrof); // maximum nrof of any single item on a mapspace uint64 ACC (RW, max_volume); // maximum volume for all items on a mapspace int ACC (RW, max_items); // maximum number of items on a mapspace @@ -322,6 +321,7 @@ // deallocates the mapspaces (and destroys all objects) MTH void clear (); + MTH void post_load (); // update cached values in mapspaces etc. MTH void fix_auto_apply (); MTH void do_decay_objects (); MTH void update_buttons ();