Fix -m option.

svn-id: r4180
This commit is contained in:
James Brown 2002-05-03 17:53:38 +00:00
parent 69b6667945
commit b591920ea9

View File

@ -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;