mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 16:35:20 +00:00
CGE2: Fix optionTouch().
This commit is contained in:
parent
62e0a32a90
commit
8a9a088b31
@ -60,6 +60,7 @@ void CGE2Engine::optionTouch(int opt, uint16 mask) {
|
||||
case false:
|
||||
_oldMusicVolume = ConfMan.getInt("music_volume");
|
||||
ConfMan.setInt("music_volume", 0);
|
||||
_vol[1]->step(0);
|
||||
break;
|
||||
case true:
|
||||
ConfMan.setInt("music_volume", _oldMusicVolume);
|
||||
|
Loading…
x
Reference in New Issue
Block a user