Added a FIXME-comment and a warning to the unknown test command 19.
svn-id: r29336
This commit is contained in:
parent
ff55553c72
commit
b4f23c84f5
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue