[Scummvm-cvs-logs] SF.net SVN: scummvm: [29336] scummvm/trunk/engines/agi/op_test.cpp

buddha_ at users.sourceforge.net buddha_ at users.sourceforge.net
Wed Oct 31 09:56:32 CET 2007


Revision: 29336
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29336&view=rev
Author:   buddha_
Date:     2007-10-31 01:56:32 -0700 (Wed, 31 Oct 2007)

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

Modified Paths:
--------------
    scummvm/trunk/engines/agi/op_test.cpp

Modified: scummvm/trunk/engines/agi/op_test.cpp
===================================================================
--- scummvm/trunk/engines/agi/op_test.cpp	2007-10-31 03:14:12 UTC (rev 29335)
+++ scummvm/trunk/engines/agi/op_test.cpp	2007-10-31 08:56:32 UTC (rev 29336)
@@ -340,6 +340,8 @@
 			// 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:


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list