an option to enable strict tree maps from the expansion menu

This commit is contained in:
Zeno Rogue 2021-07-31 16:02:30 +02:00
parent 0f05bb5e59
commit 769411554f
1 changed files with 3 additions and 0 deletions

View File

@ -644,6 +644,9 @@ EX void viewdist_configure_dialog() {
dialog::bound_low(0);
});
dialog::addBoolItem(XLAT("strict tree maps"), currentmap->strict_tree_rules(), 's');
dialog::add_action_push(rulegen::show);
int id = 0;
using namespace linepatterns;
for(auto& lp: {&patTriTree, &patTriRings, &patTriOther}) {