added setup option to skip displaying the high scores after solving a level
[rocksndiamonds.git] / src / libgame / system.h
index 4dfe8d668ea0318efcb4772348dada308e456915..039f328e1a3fbdafca496c64585c377b4dc270e6 100644 (file)
@@ -1258,6 +1258,7 @@ struct SetupInfo
   boolean skip_levels;
   boolean increment_levels;
   boolean auto_play_next_level;
+  boolean skip_scores_after_game;
   boolean time_limit;
   boolean fullscreen;
   int window_scaling_percent;