From 54a4b2fa863b5fd9469e360ecd7c4b0717b373fe Mon Sep 17 00:00:00 2001 From: lukaslw Date: Sun, 9 Nov 2014 22:19:20 +0100 Subject: PRINCE: Double animation of bird after 'throw a rock' mini-game fix --- engines/prince/script.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/prince/script.h') diff --git a/engines/prince/script.h b/engines/prince/script.h index 23c0468d15..fe79cf5f96 100644 --- a/engines/prince/script.h +++ b/engines/prince/script.h @@ -242,6 +242,7 @@ private: static OpcodeFunc _opcodes[]; static const uint kGiveLetterScriptFix = 79002; + static const uint kSecondBirdAnimationScriptFix = 45658; // Keep opcode handlers names as they are in original code // making it easier to switch back and forth -- cgit v1.2.3