From ff55553c728d4f42c2a84ce74a1c25e7a8acb06d Mon Sep 17 00:00:00 2001 From: Kari Salminen Date: Wed, 31 Oct 2007 03:14:12 +0000 Subject: Fix for bug #1745950 (GR: Birds stuck in opening screen (Amiga version)). svn-id: r29335 --- engines/agi/op_test.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'engines/agi/op_test.cpp') diff --git a/engines/agi/op_test.cpp b/engines/agi/op_test.cpp index 6c33133210..fe7464bcdc 100644 --- a/engines/agi/op_test.cpp +++ b/engines/agi/op_test.cpp @@ -335,6 +335,13 @@ int AgiEngine::testIfCode(int lognum) { case 0x12: ec = testObjRight(p[0], p[1], p[2], p[3], p[4]); break; + case 0x13: // Unknown test command 19 + // Used at least by the Amiga version of Gold Rush! in logic.001. + // Don't know what this actually does in the Amiga executable but + // evaluating this to false seems to fix the bug #1745950 + // (GR: Birds stuck in opening screen (Amiga version)). + ec = false; + break; default: ec = false; end_test = true; -- cgit v1.2.3