Added a missing 'break' statement to statistics
authorLMH <lmh.0013@gmail.com>
Sun, 8 Sep 2013 02:01:49 +0000 (16:01 -1000)
committerTobias Markus <tobbi@mozilla-uk.org>
Sat, 26 Oct 2013 16:45:22 +0000 (18:45 +0200)
src/supertux/statistics.cpp

index 22dbace..e14f4bd 100644 (file)
@@ -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;