X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=19a9747af9fddd1aa0298e83b526dc532d6cb9e7;hb=4ff073b6436b2732bbccae517aef48721616ec6a;hp=d4999b46c1250ef92fa4303e124430962d6faa08;hpb=dc9fe7359bd0b8dea49f46b9fb2e59f006200a63;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index d4999b46..19a9747a 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1511,10 +1511,19 @@ 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_skip_falling_sounds; // 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;