diff options
author | Travis Howell | 2002-11-24 14:47:07 +0000 |
---|---|---|
committer | Travis Howell | 2002-11-24 14:47:07 +0000 |
commit | dd2ada57417b37a0f5b1afc2c66920ef39623f47 (patch) | |
tree | 8297f6a6c5d927b717489e81454c5f3256d42d8d /simon | |
parent | 37f43fe2baad96981ef344e15a7194adb47fe337 (diff) | |
download | scummvm-rg350-dd2ada57417b37a0f5b1afc2c66920ef39623f47.tar.gz scummvm-rg350-dd2ada57417b37a0f5b1afc2c66920ef39623f47.tar.bz2 scummvm-rg350-dd2ada57417b37a0f5b1afc2c66920ef39623f47.zip |
Use command line/config file setting for music volume
svn-id: r5712
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; |