--- deliantra/server/include/map.h 2007/01/06 14:42:30 1.48 +++ deliantra/server/include/map.h 2007/01/10 01:16:54 1.50 @@ -346,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]; }