--- deliantra/server/include/map.h 2007/01/06 14:42:30 1.48 +++ deliantra/server/include/map.h 2007/01/09 21:32:42 1.49 @@ -346,7 +346,6 @@ } static maptile *find_sync (const char *path, maptile *original = 0);//PERL - 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]; }