--- deliantra/server/include/map.h 2006/12/25 14:54:44 1.34 +++ deliantra/server/include/map.h 2006/12/26 05:44:15 1.35 @@ -290,9 +290,9 @@ void do_destroy (); void gather_callbacks (AV *&callbacks, event_type event) const; - void allocate (); + MTH void allocate (); - int size () const { return width * height; } + MTH int size () const { return width * height; } mapspace const &at (uint32 x, uint32 y) const { return spaces [x + width * y]; } mapspace &at (uint32 x, uint32 y) { return spaces [x + width * y]; }