--- deliantra/server/include/map.h 2007/08/01 01:53:13 1.81 +++ deliantra/server/include/map.h 2007/08/15 04:57:48 1.83 @@ -214,7 +214,6 @@ sint16 players; /* How many players are on this map right now */ uint16 ACC (RW, difficulty); /* What level the player should be to play here */ - bool ACC (RW, active); // wether this map is active or not bool ACC (RW, per_player); bool ACC (RW, per_party); bool ACC (RW, outdoor); /* True if an outdoor map */ @@ -376,12 +375,5 @@ return map->at (x, y); } -inline void -object::play_sound (faceidx sound) const -{ - if (map && sound) - map->play_sound (sound, x, y); -} - #endif