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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Mon May 22 00:53:04 CEST 2006


Revision: 22570
Author:   eriktorbjorn
Date:     2006-05-22 00:52:10 -0700 (Mon, 22 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22570&view=rev

Log Message:
-----------
Fix debug messages.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/kyra3.cpp
Modified: scummvm/trunk/engines/kyra/kyra3.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra3.cpp	2006-05-22 07:27:20 UTC (rev 22569)
+++ scummvm/trunk/engines/kyra/kyra3.cpp	2006-05-22 07:52:10 UTC (rev 22570)
@@ -258,7 +258,7 @@
 }
 
 void KyraEngine_v3::drawMainMenu(const char * const *strings) {
-	debugC(9, kDebugLevelMain, "KyraEngine::playMenuAudioFile(%p)", (const void*)strings);
+	debugC(9, kDebugLevelMain, "KyraEngine::drawMainMenu(%p)", (const void*)strings);
 	static const uint16 menuTable[] = { 0x01, 0x04, 0x0C, 0x04, 0x00, 0x80, 0xFF, 0x00, 0x01, 0x02, 0x03 };
 	
 	int top = _screen->_curDim->sy;
@@ -271,7 +271,7 @@
 }
 
 void KyraEngine_v3::drawMainBox(int x, int y, int w, int h, int fill) {
-	debugC(9, kDebugLevelMain, "KyraEngine::playMenuAudioFile(%d, %d, %d, %d, %d)", x, y, w, h, fill);
+	debugC(9, kDebugLevelMain, "KyraEngine::drawMainBox(%d, %d, %d, %d, %d)", x, y, w, h, fill);
 	static const uint8 colorTable[] = { 0x16, 0x19, 0x1A, 0x16 };
 	--w; --h;
 


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