Skip to content

Commit

Permalink
uimainmenu: Add slider_respects_locks item
Browse files Browse the repository at this point in the history
  • Loading branch information
1oom-fork committed Aug 6, 2024
1 parent 3dc4495 commit 53a9a8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/game/game.c
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@ const struct cfg_items_s game_cfg_items[] = {
CFG_ITEM_BOOL("rules_slider_eco_done_fix", &game_num_slider_eco_done_fix),
CFG_ITEM_BOOL("rules_cond_switch_to_ind_fix", &game_num_cond_switch_to_ind_fix),
CFG_ITEM_BOOL("rules_waste_adjust_fix", &game_num_waste_adjust_fix),
CFG_ITEM_BOOL("rules_slider_respects_locks", &game_num_slider_respects_locks),
CFG_ITEM_BOOL("rules_orbital_bio_fix", &game_num_orbital_bio_fix),
CFG_ITEM_BOOL("rules_orbital_weap_any", &game_num_orbital_weap_any),
CFG_ITEM_BOOL("rules_orbital_weap_4", &game_num_orbital_weap_4),
Expand Down
1 change: 1 addition & 0 deletions src/ui/classic/uimainmenu.c
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,7 @@ static void main_menu_make_options_rules_slider_behavior_page(struct main_menu_d
menu_make_bool(menu_allocate_item(), "Eco Done Fix", &game_num_slider_eco_done_fix, MOO_KEY_UNKNOWN);
menu_make_bool(menu_allocate_item(), "Newtech Adjust Fix", &game_num_newtech_adjust_fix, MOO_KEY_UNKNOWN);
menu_make_bool(menu_allocate_item(), "Waste Adjust Fix", &game_num_waste_adjust_fix, MOO_KEY_UNKNOWN);
menu_make_bool(menu_allocate_item(), "Slider Respects Locks", &game_num_slider_respects_locks, MOO_KEY_UNKNOWN);
menu_make_back(menu_allocate_item());
}

Expand Down

0 comments on commit 53a9a8e

Please sign in to comment.