X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=8122dfffb28066a65bd1d6e070e48c54b475fd6d;hb=3b292f6abf8f677bbfdbd9b583c54113b8e64959;hp=b0cda2a6e32b8130c3c337286547c12fce8302e5;hpb=1fb1229477d55e5794513fe22dab10105ac05715;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index b0cda2a6..8122dfff 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1511,14 +1511,17 @@ 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_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;