From 5a5e9b4fdeaaaff4337b90212de3996fd20450cf Mon Sep 17 00:00:00 2001 From: LMH Date: Sat, 7 Sep 2013 16:01:49 -1000 Subject: [PATCH] Added a missing 'break' statement to statistics --- src/supertux/statistics.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/supertux/statistics.cpp b/src/supertux/statistics.cpp index 22dbace62..e14f4bd19 100644 --- 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; -- 2.11.0