From 419837a3758f7aa5f502d6f7e27482f8af12f33f Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 27 Oct 2022 00:02:48 +0200 Subject: [PATCH] ray::fixed_map changed from raycaster menu --- raycaster.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/raycaster.cpp b/raycaster.cpp index 25d83329..dd2b6764 100644 --- a/raycaster.cpp +++ b/raycaster.cpp @@ -2900,6 +2900,8 @@ EX void configure() { }); }; }); + + dialog::addBoolItem_action(XLAT("the map is fixed (improves performance)"), ray::fixed_map, 'F'); if(gms_array_size > gms_limit && ray::in_use) { dialog::addBreak(100);