diff options
author | Kari Salminen | 2007-10-31 08:56:32 +0000 |
---|---|---|
committer | Kari Salminen | 2007-10-31 08:56:32 +0000 |
commit | b4f23c84f577d844a6ee45a22483b78469e6b56c (patch) | |
tree | 03ba5794b68bf63c4be5392817dd47afb88c4271 | |
parent | ff55553c728d4f42c2a84ce74a1c25e7a8acb06d (diff) | |
download | scummvm-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
-rw-r--r-- | engines/agi/op_test.cpp | 2 |
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: |