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.40 by root, Sat Dec 30 10:16:10 2006 UTC vs.
Revision 1.41 by root, Sat Dec 30 12:38:18 2006 UTC

350 do_load (); 350 do_load ();
351 351
352 return spaces; 352 return spaces;
353 } 353 }
354 354
355 static void emergency_save (); 355 static void emergency_save ();//PERL
356 356
357 mapspace const &at (uint32 x, uint32 y) const { return spaces [x * height + y]; } 357 mapspace const &at (uint32 x, uint32 y) const { return spaces [x * height + y]; }
358 mapspace &at (uint32 x, uint32 y) { return spaces [x * height + y]; } 358 mapspace &at (uint32 x, uint32 y) { return spaces [x * height + y]; }
359 359
360private: 360private:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines