--- deliantra/server/include/map.h 2007/01/04 16:19:32 1.47 +++ deliantra/server/include/map.h 2007/01/10 01:16:54 1.50 @@ -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,8 @@ } static maptile *find_sync (const char *path, maptile *original = 0);//PERL - static void emergency_save ();//PERL + // async prefetch + static maptile *find_async (const char *path, maptile *original = 0);//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]; }