summaryrefslogtreecommitdiff
path: root/src/soundmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soundmanager.h')
-rw-r--r--src/soundmanager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soundmanager.h b/src/soundmanager.h
index b66520ab1..e4398029e 100644
--- a/src/soundmanager.h
+++ b/src/soundmanager.h
@@ -156,11 +156,12 @@ class SoundManager final : public ConfigListener
std::string mCurrentMusicFile;
SDLMusic *mMusic;
+ int mGuiChannel;
bool mPlayBattle;
bool mPlayGui;
bool mPlayMusic;
bool mFadeoutMusic;
- int mGuiChannel;
+ bool mCacheSounds;
};
extern SoundManager soundManager;