[Scummvm-cvs-logs] SF.net SVN: scummvm:[43943] scummvm/trunk/engines/sci/gfx/operations.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Sep 4 17:47:09 CEST 2009


Revision: 43943
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43943&view=rev
Author:   thebluegr
Date:     2009-09-04 15:47:09 +0000 (Fri, 04 Sep 2009)

Log Message:
-----------
Oops

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gfx/operations.cpp

Modified: scummvm/trunk/engines/sci/gfx/operations.cpp
===================================================================
--- scummvm/trunk/engines/sci/gfx/operations.cpp	2009-09-04 15:40:15 UTC (rev 43942)
+++ scummvm/trunk/engines/sci/gfx/operations.cpp	2009-09-04 15:47:09 UTC (rev 43943)
@@ -1109,7 +1109,7 @@
 	state->pointer_pos = pos;
 
 	if (pos.x > 320 || pos.y > 200) {
-		debugC("[GFX] Attempt to place pointer at invalid coordinates (%d, %d)\n", pos.x, pos.y);
+		debug("[GFX] Attempt to place pointer at invalid coordinates (%d, %d)\n", pos.x, pos.y);
 		return; // Not fatal
 	}
 


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