From: Ryan Flegel Date: Sat, 9 Oct 2004 07:04:04 +0000 (+0000) Subject: - rest of 64bit fix.. missed some vars X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=c7c3342e1e192d13ba1062823fd08f08d39ad262;p=supertux.git - rest of 64bit fix.. missed some vars SVN-Revision: 2000 --- 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)