aboutsummaryrefslogtreecommitdiff
path: root/src/client/gameui.h
diff options
context:
space:
mode:
authorWuzzy <wuzzy2@mail.ru>2021-06-24 18:21:19 +0000
committerGitHub <noreply@github.com>2021-06-24 21:21:19 +0300
commit63fc728a84a5ba97240233ad1c5d94f1ade2deb1 (patch)
tree61829a140b98519fbfa7920d79495e0c0692ad1b /src/client/gameui.h
parent51bf4a6e26f9eca461ae88181b06b517afc4d656 (diff)
downloadhax-minetest-server-63fc728a84a5ba97240233ad1c5d94f1ade2deb1.tar.gz
hax-minetest-server-63fc728a84a5ba97240233ad1c5d94f1ade2deb1.zip
Require 'basic_debug' priv to view gameplay-relevant debug info, require 'debug' priv to view wireframe (#9315)
Fixes #7245.
Diffstat (limited to 'src/client/gameui.h')
-rw-r--r--src/client/gameui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/gameui.h b/src/client/gameui.h
index b6c8a224d..cb460b1c3 100644
--- a/src/client/gameui.h
+++ b/src/client/gameui.h
@@ -58,7 +58,8 @@ public:
bool show_chat = true;
bool show_hud = true;
bool show_minimap = false;
- bool show_debug = true;
+ bool show_minimal_debug = false;
+ bool show_basic_debug = false;
bool show_profiler_graph = false;
};