--- deliantra/server/common/loader.C 2007/02/16 19:43:40 1.59 +++ deliantra/server/common/loader.C 2007/02/16 22:21:45 1.60 @@ -973,7 +973,7 @@ } object * -object::read (object_thawer &f) +object::read (object_thawer &f, maptile *map) { assert (f.kw == KW_arch); @@ -982,6 +982,7 @@ object *op = object::create (); + op->map = map; op->arch = arch; arch->clone.copy_to (op); // copy_to activates, this should be fixed properly