X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;fp=src%2Flibgame%2Fsystem.h;h=f5d9656352f301651b13451fed079ca76b5dcea1;hb=27bd12f1eebcb66079cf01d3963ea3a0ba56e12d;hp=d4999b46c1250ef92fa4303e124430962d6faa08;hpb=62e01c906e6f5d6befe995431191338d760dc59c;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index d4999b46..f5d96563 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1515,6 +1515,9 @@ struct SetupInfo boolean bd_skip_hatching; boolean bd_scroll_delay; int bd_smooth_movements; // not boolean -- can also be "AUTO" + int bd_palette_c64; + int bd_palette_c64dtv; + int bd_palette_atari; boolean sp_show_border_elements; boolean small_game_graphics; boolean show_load_save_buttons;