aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/music.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/music.cpp')
-rw-r--r--engines/xeen/music.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/music.cpp b/engines/xeen/music.cpp
index ba6ba17c5e..9dab94b5cb 100644
--- a/engines/xeen/music.cpp
+++ b/engines/xeen/music.cpp
@@ -656,7 +656,7 @@ const uint AdlibMusicDriver::WAVEFORMS[24] = {
/*------------------------------------------------------------------------*/
Music::Music() : _musicDriver(nullptr), _songData(nullptr),
- _archiveType(ANY_ARCHIVE), _effectsData(nullptr) {
+ _archiveType(ANY_ARCHIVE), _effectsData(nullptr), _musicOn(true) {
_musicDriver = new AdlibMusicDriver();
}