aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorKari Salminen2007-10-31 08:56:32 +0000
committerKari Salminen2007-10-31 08:56:32 +0000
commitb4f23c84f577d844a6ee45a22483b78469e6b56c (patch)
tree03ba5794b68bf63c4be5392817dd47afb88c4271 /engines
parentff55553c728d4f42c2a84ce74a1c25e7a8acb06d (diff)
downloadscummvm-rg350-b4f23c84f577d844a6ee45a22483b78469e6b56c.tar.gz
scummvm-rg350-b4f23c84f577d844a6ee45a22483b78469e6b56c.tar.bz2
scummvm-rg350-b4f23c84f577d844a6ee45a22483b78469e6b56c.zip
Added a FIXME-comment and a warning to the unknown test command 19.
svn-id: r29336
Diffstat (limited to 'engines')
-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: