--- deliantra/server/include/object.h 2007/02/16 19:43:41 1.100 +++ deliantra/server/include/object.h 2007/02/16 22:21:46 1.101 @@ -242,7 +242,7 @@ client_container *seen_by; // seen by which player/container currently? bool parse_kv (object_thawer &f); // parse kv pairs, (ab-)used by archetypes, which should not exist at all - static object *read (object_thawer &f); + static object *read (object_thawer &f, maptile *map = 0); // map argument due to toal design bogosity, must go. bool write (object_freezer &f); MTH static object *create ();