projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d3f24e
)
Added a missing 'break' statement to statistics
author
LMH
<lmh.0013@gmail.com>
Sun, 8 Sep 2013 02:01:49 +0000
(16:01 -1000)
committer
LMH
<lmh.0013@gmail.com>
Sun, 8 Sep 2013 02:01:49 +0000
(16:01 -1000)
src/supertux/statistics.cpp
patch
|
blob
|
history
diff --git
a/src/supertux/statistics.cpp
b/src/supertux/statistics.cpp
index
22dbace
..
e14f4bd
100644
(file)
--- a/
src/supertux/statistics.cpp
+++ b/
src/supertux/statistics.cpp
@@
-148,6
+148,7
@@
Statistics::draw_worldmap_info(DrawingContext& context, float target_time)
caption_buf = "";
stat_buf = "";
}
+ break;
default:
log_debug << "Invalid stat requested to be drawn" << std::endl;
break;