From: Ryan Flegel Date: Tue, 12 Oct 2004 06:27:13 +0000 (+0000) Subject: - fix pointed out by Matt Mets X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=64b46c990fa38bf232f4c0d8967ccf7a2c703d83;p=supertux.git - fix pointed out by Matt Mets SVN-Revision: 2015 --- diff --git a/lib/video/font.cpp b/lib/video/font.cpp index 0ab700a48..a2a59227c 100644 --- a/lib/video/font.cpp +++ b/lib/video/font.cpp @@ -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) {