aboutsummaryrefslogtreecommitdiff
path: root/sword2
diff options
context:
space:
mode:
Diffstat (limited to 'sword2')
-rw-r--r--sword2/sword2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sword2/sword2.cpp b/sword2/sword2.cpp
index c7828840d4..60bda82d43 100644
--- a/sword2/sword2.cpp
+++ b/sword2/sword2.cpp
@@ -112,6 +112,7 @@ Sword2State::Sword2State(GameDetector *detector, OSystem *syst)
warning("Sound initialization failed");
_mixer->setVolume(kDefaultSFXVolume * kDefaultMasterVolume / 255);
+ _mixer->setMusicVolume(kDefaultMusicVolume * kDefaultMasterVolume / 255);
_sound = new Sword2Sound(_mixer);
}