[Scummvm-cvs-logs] SF.net SVN: scummvm: [25678] scummvm/trunk/engines/parallaction/ parallaction.cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Sun Feb 18 11:31:30 CET 2007


Revision: 25678
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25678&view=rev
Author:   peres001
Date:     2007-02-18 02:31:29 -0800 (Sun, 18 Feb 2007)

Log Message:
-----------
change in debug level

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/parallaction.cpp

Modified: scummvm/trunk/engines/parallaction/parallaction.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction.cpp	2007-02-18 09:56:28 UTC (rev 25677)
+++ scummvm/trunk/engines/parallaction/parallaction.cpp	2007-02-18 10:31:29 UTC (rev 25678)
@@ -428,7 +428,7 @@
 	while ((_engineFlags & kEngineQuit) == 0) {
 		_keyDown = updateInput();
 
-		debugC(3, kDebugLocation, "runGame: input flags (%i, %i, %i, %i)",
+		debugC(3, kDebugInput, "runGame: input flags (%i, %i, %i, %i)",
 			_mouseHidden == 0,
 			(_engineFlags & kEngineMouse) == 0,
 			(_engineFlags & kEngineWalking) == 0,


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