added setup option to disable counting score after the game
[rocksndiamonds.git] / src / libgame / system.h
index 0ec8a491bb113cb185891f8caf038d49e9d548ea..598fbfef447e9ee781b03b1ee425244249d220ce 100644 (file)
@@ -1427,7 +1427,8 @@ struct SetupInfo
   boolean skip_levels;
   boolean increment_levels;
   boolean auto_play_next_level;
-  boolean skip_scores_after_game;
+  boolean count_score_after_game;
+  boolean show_scores_after_game;
   boolean time_limit;
   boolean fullscreen;
   int window_scaling_percent;