From 64b46c990fa38bf232f4c0d8967ccf7a2c703d83 Mon Sep 17 00:00:00 2001 From: Ryan Flegel Date: Tue, 12 Oct 2004 06:27:13 +0000 Subject: [PATCH] - fix pointed out by Matt Mets SVN-Revision: 2015 --- lib/video/font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.11.0