diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-08 01:39:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-08 01:41:16 +0300 |
commit | 1319e54e6a7dab30ce2f95b0301964c53afe9e58 (patch) | |
tree | 2fa6ed8e3c5ba0f4255d9d89beb2a4941dcfea5d /src/sound.cpp | |
parent | d27fa21ab9363eb22f5077e085c54332da05899f (diff) | |
download | mv-1319e54e6a7dab30ce2f95b0301964c53afe9e58.tar.gz mv-1319e54e6a7dab30ce2f95b0301964c53afe9e58.tar.bz2 mv-1319e54e6a7dab30ce2f95b0301964c53afe9e58.tar.xz mv-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.cpp | 3 |
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" |