Skip to content

Commit

Permalink
Added a missing 'break' statement to statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
LMH0013 authored and tobbi committed Oct 26, 2013
1 parent 318799e commit 729ab54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/supertux/statistics.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 729ab54

Please sign in to comment.