mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-13 21:20:58 +00:00
Fix -m option.
svn-id: r4180
This commit is contained in:
parent
69b6667945
commit
b591920ea9
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user