From dd2ada57417b37a0f5b1afc2c66920ef39623f47 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 24 Nov 2002 14:47:07 +0000 Subject: Use command line/config file setting for music volume svn-id: r5712 --- simon/simon.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'simon') 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; -- cgit v1.2.3