From b591920ea91b60e895ceb13d32709269496ccd8c Mon Sep 17 00:00:00 2001 From: James Brown Date: Fri, 3 May 2002 17:53:38 +0000 Subject: [PATCH] Fix -m option. svn-id: r4180 --- scummvm.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scummvm.cpp b/scummvm.cpp index 066eedb855a..d7b217bed7a 100644 --- a/scummvm.cpp +++ b/scummvm.cpp @@ -1379,8 +1379,8 @@ Scumm *Scumm::createFromDetector(GameDetector *detector, OSystem *syst) scumm->_noSubtitles = detector->_noSubtitles; scumm->_cdrom = detector->_cdrom; - scumm->_sound_volume_sfx = detector->_sfx_volume; - + scumm->_sound_volume_sfx = detector->_sfx_volume; + scumm->_sound_volume_music = detector->_music_volume; { IMuse *imuse;