mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 23:52:41 +00:00
Simon2 background sfx can be disabled in scripts
svn-id: r11446
This commit is contained in:
parent
72eb8ccb89
commit
b398363060
@ -3463,7 +3463,9 @@ void SimonEngine::processSpecialKeys() {
|
||||
_sound->effectsPause(_effects_paused ^= 1);
|
||||
break;
|
||||
case 'b':
|
||||
_sound->ambientPause(_ambient_paused ^= 1);
|
||||
_ambient_paused ^= 1;
|
||||
_sound->ambientPause(_ambient_paused);
|
||||
vc_set_bit_to(99, _ambient_paused);
|
||||
break;
|
||||
case 'r':
|
||||
if (_debugMode)
|
||||
|
Loading…
Reference in New Issue
Block a user