Added a FIXME-comment and a warning to the unknown test command 19.

svn-id: r29336
This commit is contained in:
Kari Salminen 2007-10-31 08:56:32 +00:00
parent ff55553c72
commit b4f23c84f5

View file

@ -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: