Update of /cvsroot/super-tux/supertux/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19747/src
Modified Files:
statistics.cpp
Log Message:
Fixed when of the warning that appear to Frank.
Couldn't fix the other since I don't know where it is, cause I've changed code in the meanwhile.
Index: statistics.cpp
===================================================================
RCS file: /cvsroot/super-tux/supertux/src/statistics.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- statistics.cpp 17 Sep 2004 12:22:40 -0000 1.7
+++ statistics.cpp 17 Sep 2004 12:53:24 -0000 1.8
@@ -41,6 +41,7 @@
case TIME_NEEDED_STAT:
return "time-needed";;
}
+ return "";
}
int
|