diff --git a/simon/simon.cpp b/simon/simon.cpp index 46bd54c9794..fb4a0868b6a 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -667,7 +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); + _mixer->setMusicVolume(ConfMan.getInt("music_volume")); _system->beginGFXTransaction(); initCommonGFX(detector);