[Scummvm-cvs-logs] SF.net SVN: scummvm: [22610] scummvm/trunk/engines/kyra/screen.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Wed May 24 07:20:02 CEST 2006
Revision: 22610
Author: lordhoto
Date: 2006-05-24 07:18:45 -0700 (Wed, 24 May 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=22610&view=rev
Log Message:
-----------
Removes debug printf.
Modified Paths:
--------------
scummvm/trunk/engines/kyra/screen.cpp
Modified: scummvm/trunk/engines/kyra/screen.cpp
===================================================================
--- scummvm/trunk/engines/kyra/screen.cpp 2006-05-24 14:00:08 UTC (rev 22609)
+++ scummvm/trunk/engines/kyra/screen.cpp 2006-05-24 14:18:45 UTC (rev 22610)
@@ -706,7 +706,6 @@
}
uint8 charH0 = *(fnt->fontData + fnt->charSizeOffset + 4);
if (charH0 + y > SCREEN_H) {
- printf("charH0 + y: %d + %d: %d ('%c')\n", charH0, y, charH0 + y, c);
return;
}
uint8 charH1 = *(fnt->fontData + fnt->charHeightTableOffset + c * 2);
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