[Scummvm-cvs-logs] SF.net SVN: scummvm: [31525] scummvm/trunk/engines/kyra/kyra_v3.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Thu Apr 17 01:12:15 CEST 2008


Revision: 31525
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31525&view=rev
Author:   eriktorbjorn
Date:     2008-04-16 16:12:15 -0700 (Wed, 16 Apr 2008)

Log Message:
-----------
Fixed another warning, so that I can steal some of LordHoto's Kyra 3-related
glory and make it my own. ;-)

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/kyra_v3.cpp

Modified: scummvm/trunk/engines/kyra/kyra_v3.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra_v3.cpp	2008-04-16 23:11:46 UTC (rev 31524)
+++ scummvm/trunk/engines/kyra/kyra_v3.cpp	2008-04-16 23:12:15 UTC (rev 31525)
@@ -896,7 +896,7 @@
 }
 
 void KyraEngine_v3::handleInput(int x, int y) {
-	debugC(9, kDebugLevelMain, "KyraEngine_v3::handleInput(%d, %d)"), x, y;
+	debugC(9, kDebugLevelMain, "KyraEngine_v3::handleInput(%d, %d)", x, y);
 }
 
 void KyraEngine_v3::update() {


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