X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=0a6c35e16755dfc94706fcec31b618d49d67e842;hb=1f6a3409735a6bacc8900cc48328dea4b0c08d9d;hp=ce239f1d3a5c2ead14c370d2c3edd8546ed3b462;hpb=49e9115e09b8bcd6b8f47a111b11b704c661d60b;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index ce239f1d..0a6c35e1 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1284,6 +1284,8 @@ struct SetupEditorInfo boolean show_element_token; + boolean show_read_only_warning; + boolean use_template_for_new_levels; }; @@ -1425,7 +1427,7 @@ struct SetupInfo boolean skip_levels; boolean increment_levels; boolean auto_play_next_level; - boolean skip_scores_after_game; + boolean show_scores_after_game; boolean time_limit; boolean fullscreen; int window_scaling_percent;