Update of /cvsroot/super-tux/supertux/lib/video
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24654
Modified Files:
font.cpp
Log Message:
- rest of 64bit fix.. missed some vars
Index: font.cpp
===================================================================
RCS file: /cvsroot/super-tux/supertux/lib/video/font.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- font.cpp 8 Oct 2004 17:45:07 -0000 1.9
+++ font.cpp 9 Oct 2004 07:04:04 -0000 1.10
@@ -128,8 +128,7 @@
Feel free to replace this hack with a more elegant solution
*/
char temp[1024];
- std::string::size_type l;
- unsigned int i, y;
+ std::string::size_type l, i, y;
i = y = 0;
while(true)
|