X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=4a54de8767f20a1c5416cc5d2d65100b2b04082e;hb=d275633f8688c5ea2846b1fe063e07bbe3ea53b0;hp=ad6976c8781cf13e424e5eea556c9aa8eb5ef9b4;hpb=5c5685a92a0ca8060018c4d035e6b37fea7e0f5a;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index ad6976c8..4a54de87 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -764,6 +764,8 @@ struct ProgramInfo boolean global_scores; boolean many_scores_per_name; + + boolean headless; }; struct OptionInfo @@ -981,6 +983,8 @@ struct SetupEditorInfo boolean el_by_type; boolean show_element_token; + + boolean use_template_for_new_levels; }; struct SetupEditorCascadeInfo @@ -1090,6 +1094,7 @@ struct SetupInfo boolean team_mode; boolean handicap; boolean skip_levels; + boolean increment_levels; boolean time_limit; boolean fullscreen; int window_scaling_percent;