diff options
Diffstat (limited to 'simon')
-rw-r--r-- | simon/simon.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index aae65410b0..4a2d325003 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -148,6 +148,7 @@ SimonState::SimonState(GameDetector *detector, OSystem *syst) if (!_mixer->bindToSystem(syst)) warning("Sound initialization failed. " "Features of the game that depend on sound synchronization will most likely break"); + midi.set_volume(detector->_music_volume); set_volume(detector->_sfx_volume); _effects_paused = false; |