projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e85dd45
)
Fixed when of the warning that appear to Frank.
author
Ricardo Cruz
<rick2@aeiou.pt>
Fri, 17 Sep 2004 12:53:24 +0000
(12:53 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Fri, 17 Sep 2004 12:53:24 +0000
(12:53 +0000)
Couldn't fix the other since I don't know where it is, cause I've changed code in the meanwhile.
SVN-Revision: 1939
src/statistics.cpp
patch
|
blob
|
history
diff --git
a/src/statistics.cpp
b/src/statistics.cpp
index
82ed04e
..
3553275
100644
(file)
--- a/
src/statistics.cpp
+++ b/
src/statistics.cpp
@@
-41,6
+41,7
@@
stat_name_to_string(int stat_enum)
case TIME_NEEDED_STAT:
return "time-needed";;
}
+ return "";
}
int