X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=6706f2014241f2b935cbbb5fedb6e74ffbda1d32;hb=b197ad86c0801f6139e4f147bf22bd375c9dfb63;hp=fddb72add6cc7ed9c02417d3aa63157ca5524b1f;hpb=54bde2d76b7a652fa2afd7b99bd8dbe6c5bb5112;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index fddb72ad..6706f201 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1515,11 +1515,16 @@ struct SetupInfo boolean bd_skip_uncovering; boolean bd_skip_hatching; boolean bd_scroll_delay; + boolean bd_show_invisible_outbox; 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;