aboutsummaryrefslogtreecommitdiff
path: root/scummvm.cpp
diff options
context:
space:
mode:
authorJames Brown2002-05-03 17:53:38 +0000
committerJames Brown2002-05-03 17:53:38 +0000
commitb591920ea91b60e895ceb13d32709269496ccd8c (patch)
treeb64383294ff206bcd129a96049cfcc843ab65e2d /scummvm.cpp
parent69b6667945c6ccc94e586e40e11297988214d720 (diff)
downloadscummvm-rg350-b591920ea91b60e895ceb13d32709269496ccd8c.tar.gz
scummvm-rg350-b591920ea91b60e895ceb13d32709269496ccd8c.tar.bz2
scummvm-rg350-b591920ea91b60e895ceb13d32709269496ccd8c.zip
Fix -m option.
svn-id: r4180
Diffstat (limited to 'scummvm.cpp')
-rw-r--r--scummvm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scummvm.cpp b/scummvm.cpp
index 066eedb855..d7b217bed7 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;