From c7c3342e1e192d13ba1062823fd08f08d39ad262 Mon Sep 17 00:00:00 2001 From: Ryan Flegel Date: Sat, 9 Oct 2004 07:04:04 +0000 Subject: [PATCH] - rest of 64bit fix.. missed some vars SVN-Revision: 2000 --- lib/video/font.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/video/font.cpp b/lib/video/font.cpp index 260c6f753..0ab700a48 100644 --- a/lib/video/font.cpp +++ b/lib/video/font.cpp @@ -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) -- 2.11.0