aboutsummaryrefslogtreecommitdiff
path: root/scummvm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scummvm.cpp')
-rw-r--r--scummvm.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/scummvm.cpp b/scummvm.cpp
index d7b217bed7..4a40d6cb13 100644
--- a/scummvm.cpp
+++ b/scummvm.cpp
@@ -1395,7 +1395,8 @@ Scumm *Scumm::createFromDetector(GameDetector *detector, OSystem *syst)
imuse->property(IMuse::PROP_MT32_EMULATE, detector->_mt32emulate);
if (detector->_gameTempo != 0)
imuse->property(IMuse::PROP_TEMPO_BASE, detector->_gameTempo);
-
+
+ imuse->set_music_volume(scumm->_sound_volume_music);
scumm->_imuse = imuse;
}