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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sun Jan 6 00:01:25 CET 2008


Revision: 30269
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30269&view=rev
Author:   eriktorbjorn
Date:     2008-01-05 15:01:25 -0800 (Sat, 05 Jan 2008)

Log Message:
-----------
Fixed warning.

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

Modified: scummvm/trunk/engines/agi/op_test.cpp
===================================================================
--- scummvm/trunk/engines/agi/op_test.cpp	2008-01-05 22:57:36 UTC (rev 30268)
+++ scummvm/trunk/engines/agi/op_test.cpp	2008-01-05 23:01:25 UTC (rev 30269)
@@ -343,7 +343,7 @@
 			// (AGI 2.316) in logics 1, 3, 5, 6, 137 and 192 (Logic.192 revealed this command's nature).
 			// TODO: Check this command's implementation using disassembly just to be sure.
 			ec = game.viewTable[0].flags & ADJ_EGO_XY;
-			debugC(7, kDebugLevelScripts, "op_test: in.motion.using.mouse = %d (Amiga-specific testcase 19)", ec ? "true" : "false");
+			debugC(7, kDebugLevelScripts, "op_test: in.motion.using.mouse = %s (Amiga-specific testcase 19)", ec ? "true" : "false");
 			break;
 		default:
 			ec = false;


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