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.81 by root, Wed Aug 1 01:53:13 2007 UTC vs.
Revision 1.82 by root, Sun Aug 12 14:13:54 2007 UTC

374object::ms () const 374object::ms () const
375{ 375{
376 return map->at (x, y); 376 return map->at (x, y);
377} 377}
378 378
379inline void
380object::play_sound (faceidx sound) const
381{
382 if (map && sound)
383 map->play_sound (sound, x, y);
384}
385
386#endif 379#endif
387 380

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines