From a852f30fb272c4b6adec898a09f3fe8c1f631b90 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Mon, 25 Jul 2011 18:46:06 +0200 Subject: GOB: Add a workaround for bug #3376547 (gob3 footstep sound) --- engines/gob/inter.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/gob/inter.h') diff --git a/engines/gob/inter.h b/engines/gob/inter.h index 78d5e34271..b1689e8d9e 100644 --- a/engines/gob/inter.h +++ b/engines/gob/inter.h @@ -477,9 +477,14 @@ protected: virtual void setupOpcodesGob(); void o3_getTotTextItemPart(OpFuncParams ¶ms); + void o3_speakerOn(OpFuncParams ¶ms); + void o3_speakerOff(OpFuncParams ¶ms); void o3_copySprite(OpFuncParams ¶ms); void o3_wobble(OpGobParams ¶ms); + +private: + bool _ignoreSpeakerOff; }; class Inter_Inca2 : public Inter_v3 { -- cgit v1.2.3