From 6897c86f62c6f5ed59ad0dade2c81946844fa5dd Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 27 Jan 2013 13:29:38 +0300 Subject: Add ability to maps to play music files with map name. If music attribute missing, music can be played with name MAP.ogg --- src/resources/mapreader.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/resources/mapreader.h') diff --git a/src/resources/mapreader.h b/src/resources/mapreader.h index 9168206c3..26e47a74c 100644 --- a/src/resources/mapreader.h +++ b/src/resources/mapreader.h @@ -75,6 +75,8 @@ class MapReader final */ static Tileset *readTileset(XmlNodePtr node, const std::string &path, Map *const map) A_WARN_UNUSED; + + static void updateMusic(Map *const map); }; #endif -- cgit v1.2.3-70-g09d2