--- deliantra/server/include/map.h 2007/07/13 15:54:40 1.79 +++ deliantra/server/include/map.h 2007/07/26 00:27:08 1.80 @@ -260,6 +260,8 @@ MTH void set_darkness_map (); MTH int estimate_difficulty () const; + MTH void play_sound (faceidx sound, int x, int y) const; + // set the given flag on all objects in the map MTH void set_object_flag (int flag, int value = 1);