- fix pointed out by Matt Mets
authorRyan Flegel <rflegel@gmail.com>
Tue, 12 Oct 2004 06:27:13 +0000 (06:27 +0000)
committerRyan Flegel <rflegel@gmail.com>
Tue, 12 Oct 2004 06:27:13 +0000 (06:27 +0000)
SVN-Revision: 2015

lib/video/font.cpp

index 0ab700a..a2a5922 100644 (file)
@@ -217,7 +217,7 @@ void SuperTux::display_text_file(const std::string& file, float scroll_speed, Fo
 
   // Split text string lines into a vector
   names.clear();
-  unsigned int i, l;
+  std::string::size_type i, l;
   i = 0;
   while(true)
     {