projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42503ca
)
- rest of 64bit fix.. missed some vars
author
Ryan Flegel
<rflegel@gmail.com>
Sat, 9 Oct 2004 07:04:04 +0000
(07:04 +0000)
committer
Ryan Flegel
<rflegel@gmail.com>
Sat, 9 Oct 2004 07:04:04 +0000
(07:04 +0000)
SVN-Revision: 2000
lib/video/font.cpp
patch
|
blob
|
history
diff --git
a/lib/video/font.cpp
b/lib/video/font.cpp
index
260c6f7
..
0ab700a
100644
(file)
--- 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)