--- deliantra/server/include/map.h 2006/12/30 10:16:10 1.40 +++ deliantra/server/include/map.h 2006/12/30 12:38:18 1.41 @@ -352,7 +352,7 @@ return spaces; } - static void emergency_save (); + static void emergency_save ();//PERL mapspace const &at (uint32 x, uint32 y) const { return spaces [x * height + y]; } mapspace &at (uint32 x, uint32 y) { return spaces [x * height + y]; }