SCUMM: INSANE: Remove instruction not present in the interpreter

With this instruction in place (probably an unseen typo), there are instances in which the road noise is started and then immediately stopped cyclically (e.g. when Ben puts on the goggles)
This commit is contained in:
Andrea Boscarino 2022-04-15 12:06:13 +02:00
parent 5c63294632
commit 157bd196db

View File

@ -853,7 +853,6 @@ void Insane::procPostRendering(byte *renderBitmap, int32 codecparam, int32 setup
postCase17(renderBitmap, codecparam, setupsan12, setupsan13, curFrame, maxFrame);
smlayer_stopSound(95);
smlayer_stopSound(87);
smlayer_stopSound(88);
if (!smlayer_isSoundRunning(88))
smlayer_startSfx(88);
break;