From 9f9a95059a02985ee8138b86f02015a12c818f70 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 10 Oct 2021 00:49:59 +0200 Subject: [PATCH] intra:: perf/edit setting --- intra.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/intra.cpp b/intra.cpp index ef5b8393..02f5bcc0 100644 --- a/intra.cpp +++ b/intra.cpp @@ -609,6 +609,9 @@ void show_portals() { switch_to(ic); }); + dialog::addSelItem(XLAT("mode"), ray::fixed_map ? "perf" : "edit", 'e'); + dialog::add_action([] { ray::fixed_map = !ray::fixed_map; }); + if(debug_portal) { dialog::addItem(XLAT("debug"), 'd'); dialog::add_action([] {