aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/agi/op_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/agi/op_test.cpp b/engines/agi/op_test.cpp
index fe7464bcdc..7e843e5c56 100644
--- a/engines/agi/op_test.cpp
+++ b/engines/agi/op_test.cpp
@@ -340,6 +340,8 @@ int AgiEngine::testIfCode(int lognum) {
// 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)).
+ // FIXME: This hack was taken from NAGI. Need to check it with disassembly.
+ warning("op_test: Amiga-specific testcase 19 was triggered");
ec = false;
break;
default: