added setup option to always play native BD caves with random colors
[rocksndiamonds.git] / src / libgame / system.h
index f5d9656352f301651b13451fed079ca76b5dcea1..78392d89f535e992a941071151c04ff23263b132 100644 (file)
@@ -1511,6 +1511,7 @@ struct SetupInfo
   boolean prefer_extra_panel_items;
   boolean game_speed_extended;
   int game_frame_delay;
+  int default_game_engine_type;
   boolean bd_skip_uncovering;
   boolean bd_skip_hatching;
   boolean bd_scroll_delay;
@@ -1518,6 +1519,8 @@ struct SetupInfo
   int bd_palette_c64;
   int bd_palette_c64dtv;
   int bd_palette_atari;
+  int bd_default_color_type;
+  int bd_random_colors;
   boolean sp_show_border_elements;
   boolean small_game_graphics;
   boolean show_load_save_buttons;