[Scummvm-cvs-logs] SF.net SVN: scummvm: [30270] scummvm/branches/branch-0-11-0/engines/agi/ op_test.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sun Jan 6 00:02:36 CET 2008


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

Log Message:
-----------
Fixed warning in 0.11 branch, too. (It's in a debug message, so it shouldn't
break anything.)

Modified Paths:
--------------
    scummvm/branches/branch-0-11-0/engines/agi/op_test.cpp

Modified: scummvm/branches/branch-0-11-0/engines/agi/op_test.cpp
===================================================================
--- scummvm/branches/branch-0-11-0/engines/agi/op_test.cpp	2008-01-05 23:01:25 UTC (rev 30269)
+++ scummvm/branches/branch-0-11-0/engines/agi/op_test.cpp	2008-01-05 23:02:35 UTC (rev 30270)
@@ -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