- rest of 64bit fix.. missed some vars
authorRyan Flegel <rflegel@gmail.com>
Sat, 9 Oct 2004 07:04:04 +0000 (07:04 +0000)
committerRyan Flegel <rflegel@gmail.com>
Sat, 9 Oct 2004 07:04:04 +0000 (07:04 +0000)
SVN-Revision: 2000

lib/video/font.cpp

index 260c6f7..0ab700a 100644 (file)
@@ -128,8 +128,7 @@ Font::draw(const std::string& text, const Vector& pos_, int allignment, Uint32 d
      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)