summaryrefslogtreecommitdiff
path: root/src/soundmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/soundmanager.cpp')
-rw-r--r--src/soundmanager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soundmanager.cpp b/src/soundmanager.cpp
index 83f9c0a72..72a7d26c2 100644
--- a/src/soundmanager.cpp
+++ b/src/soundmanager.cpp
@@ -49,9 +49,11 @@ static void fadeOutCallBack()
}
SoundManager::SoundManager():
+ mNextMusicFile(),
mInstalled(false),
mSfxVolume(100),
mMusicVolume(60),
+ mCurrentMusicFile(),
mMusic(nullptr),
mPlayBattle(false),
mPlayGui(false),