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