aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;