diff options
Diffstat (limited to 'src/soundmanager.h')
-rw-r--r-- | src/soundmanager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soundmanager.h b/src/soundmanager.h index d36cad92b..227b03579 100644 --- a/src/soundmanager.h +++ b/src/soundmanager.h @@ -87,7 +87,7 @@ class SoundManager final : public ConfigListener * @param fileName The name of the music file. * @param ms Duration of fade-in effect (ms) */ - void fadeInMusic(const std::string &fileName, const int ms = 1000); +// void fadeInMusic(const std::string &fileName, const int ms = 1000); /** * Fades out currently running background music track. @@ -170,6 +170,7 @@ class SoundManager final : public ConfigListener bool mPlayBattle; bool mPlayGui; bool mPlayMusic; + bool mFadeoutMusic; int mGuiChannel; }; |