summaryrefslogtreecommitdiff
path: root/src/sound.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-08-08 01:39:10 +0300
committerAndrei Karas <akaras@inbox.ru>2012-08-08 01:41:16 +0300
commit1319e54e6a7dab30ce2f95b0301964c53afe9e58 (patch)
tree2fa6ed8e3c5ba0f4255d9d89beb2a4941dcfea5d /src/sound.cpp
parentd27fa21ab9363eb22f5077e085c54332da05899f (diff)
downloadplus-1319e54e6a7dab30ce2f95b0301964c53afe9e58.tar.gz
plus-1319e54e6a7dab30ce2f95b0301964c53afe9e58.tar.bz2
plus-1319e54e6a7dab30ce2f95b0301964c53afe9e58.tar.xz
plus-1319e54e6a7dab30ce2f95b0301964c53afe9e58.zip
Play sound on getting new quest and complete quest.
New items for paths.xml: newQuestSfx and completeQuestSfx.
Diffstat (limited to 'src/sound.cpp')
-rw-r--r--src/sound.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sound.cpp b/src/sound.cpp
index edabe6bf8..3e322a585 100644
--- a/src/sound.cpp
+++ b/src/sound.cpp
@@ -20,12 +20,13 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "sound.h"
+
#include <SDL.h>
#include "configuration.h"
#include "localplayer.h"
#include "logger.h"
-#include "sound.h"
#include "resources/music.h"
#include "resources/resourcemanager.h"