X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=15c55f776c85fc397deabcf3b067fd3cd5c9bbc8;hb=16e73266bef50f4e3b0fd3f5753e28a679e29f67;hp=f5d9656352f301651b13451fed079ca76b5dcea1;hpb=27bd12f1eebcb66079cf01d3963ea3a0ba56e12d;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index f5d96563..15c55f77 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1511,13 +1511,18 @@ 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; int bd_smooth_movements; // not boolean -- can also be "AUTO" + int bd_pushing_graphics; // not boolean -- can also be "AUTO" + int bd_up_down_graphics; // not boolean -- can also be "AUTO" 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;