mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 13:13:58 +00:00
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:
parent
5c63294632
commit
157bd196db
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user