projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2444889
)
little bug
author
Christoph Sommer
<mail@christoph-sommer.de>
Tue, 18 Apr 2006 22:45:10 +0000
(22:45 +0000)
committer
Christoph Sommer
<mail@christoph-sommer.de>
Tue, 18 Apr 2006 22:45:10 +0000
(22:45 +0000)
SVN-Revision: 3363
src/statistics.cpp
patch
|
blob
|
history
diff --git
a/src/statistics.cpp
b/src/statistics.cpp
index
d08f7b0
..
213d3eb
100644
(file)
--- a/
src/statistics.cpp
+++ b/
src/statistics.cpp
@@
-121,6
+121,7
@@
Statistics::draw_worldmap_info(DrawingContext& context)
case 3:
sprintf(caption_buf, _("Max secrets found:"));
sprintf(stat_buf, "%d/%d", secrets, total_secrets);
+ break;
default:
log_debug << "Invalid stat requested to be drawn" << std::endl;
break;