X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=fddb72add6cc7ed9c02417d3aa63157ca5524b1f;hb=54bde2d76b7a652fa2afd7b99bd8dbe6c5bb5112;hp=d3fcb89f7ad680186e9f12c48c04176d91b845d3;hpb=d0747d3b2d7c61844bc1ad096a4e18d889640018;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index d3fcb89f..fddb72ad 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -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,7 +1519,7 @@ struct SetupInfo int bd_palette_c64; int bd_palette_c64dtv; int bd_palette_atari; - int bd_color_type; + int bd_default_color_type; boolean sp_show_border_elements; boolean small_game_graphics; boolean show_load_save_buttons;