Simon2 background sfx can be disabled in scripts

svn-id: r11446
This commit is contained in:
Travis Howell 2003-12-01 10:23:51 +00:00
parent 72eb8ccb89
commit b398363060

View File

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