ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/map.h
(Generate patch)

Comparing deliantra/server/include/map.h (file contents):
Revision 1.48 by pippijn, Sat Jan 6 14:42:30 2007 UTC vs.
Revision 1.50 by root, Wed Jan 10 01:16:54 2007 UTC

344 if (!spaces) 344 if (!spaces)
345 do_load_sync (); 345 do_load_sync ();
346 } 346 }
347 347
348 static maptile *find_sync (const char *path, maptile *original = 0);//PERL 348 static maptile *find_sync (const char *path, maptile *original = 0);//PERL
349 static void emergency_save ();//PERL 349 // async prefetch
350 static maptile *find_async (const char *path, maptile *original = 0);//PERL
350 351
351 mapspace const &at (uint32 x, uint32 y) const { return spaces [x * height + y]; } 352 mapspace const &at (uint32 x, uint32 y) const { return spaces [x * height + y]; }
352 mapspace &at (uint32 x, uint32 y) { return spaces [x * height + y]; } 353 mapspace &at (uint32 x, uint32 y) { return spaces [x * height + y]; }
353}; 354};
354 355

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines