aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--simon/simon.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 79b4ed8255..46bd54c979 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -667,6 +667,7 @@ int SimonEngine::init(GameDetector &detector) {
warning("Sound initialization failed. "
"Features of the game that depend on sound synchronization will most likely break");
set_volume(ConfMan.getInt("sfx_volume"));
+ _mixer->setMusicVolume(256);
_system->beginGFXTransaction();
initCommonGFX(detector);