little bug
authorChristoph Sommer <mail@christoph-sommer.de>
Tue, 18 Apr 2006 22:45:10 +0000 (22:45 +0000)
committerChristoph Sommer <mail@christoph-sommer.de>
Tue, 18 Apr 2006 22:45:10 +0000 (22:45 +0000)
SVN-Revision: 3363

src/statistics.cpp

index d08f7b0..213d3eb 100644 (file)
@@ -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;