projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbb6c7c
)
- fix pointed out by Matt Mets
author
Ryan Flegel
<rflegel@gmail.com>
Tue, 12 Oct 2004 06:27:13 +0000
(06:27 +0000)
committer
Ryan Flegel
<rflegel@gmail.com>
Tue, 12 Oct 2004 06:27:13 +0000
(06:27 +0000)
SVN-Revision: 2015
lib/video/font.cpp
patch
|
blob
|
history
diff --git
a/lib/video/font.cpp
b/lib/video/font.cpp
index
0ab700a
..
a2a5922
100644
(file)
--- 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)
{