--- deliantra/server/include/map.h 2007/01/04 16:19:32 1.47 +++ deliantra/server/include/map.h 2007/01/09 21:32:42 1.49 @@ -1,6 +1,7 @@ /* CrossFire, A Multiplayer game for X-windows + Copyright (C) 2005, 2006, 2007 Marc Lehmann & Crossfire+ Development Team Copyright (C) 2002-2005 Mark Wedel & Crossfire Development Team Copyright (C) 1992 Frank Tore Johansen @@ -345,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]; }