Update of /cvsroot/super-tux/supertux/src/screen
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20739/src/screen
Modified Files:
font.cpp
Log Message:
new versions of all fonts
Index: font.cpp
===================================================================
RCS file: /cvsroot/super-tux/supertux/src/screen/font.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- font.cpp 2 Jun 2004 20:06:56 -0000 1.2
+++ font.cpp 2 Jun 2004 20:54:46 -0000 1.3
@@ -44,7 +44,6 @@
last_char = first_char + (chars->h / h) * 16;
if(last_char > 127) // we have left out some control chars at 128-159
last_char += 32;
- printf("Chars: %d-%d.\n", first_char, last_char);
// Load shadow font.
if(shadowsize > 0) {
|