aboutsummaryrefslogtreecommitdiff
path: root/src/hud.cpp
diff options
context:
space:
mode:
authorLars Müller <34514239+appgurueu@users.noreply.github.com>2022-03-05 22:16:17 +0100
committerGitHub <noreply@github.com>2022-03-05 22:16:17 +0100
commitb9e886726c68613d39459acc8cb1a2f663b0362c (patch)
tree64fa90ee6201c209d28d0f7697728f4c1852f8e1 /src/hud.cpp
parent44fc888bd64cc00836b0fea0666aa763b2565513 (diff)
downloadminetest-b9e886726c68613d39459acc8cb1a2f663b0362c.tar.xz
Readd basic_debug as a HUD flag (#12020)
Diffstat (limited to 'src/hud.cpp')
-rw-r--r--src/hud.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hud.cpp b/src/hud.cpp
index e4ad7940f..841c90758 100644
--- a/src/hud.cpp
+++ b/src/hud.cpp
@@ -63,5 +63,6 @@ const struct EnumString es_HudBuiltinElement[] =
{HUD_FLAG_BREATHBAR_VISIBLE, "breathbar"},
{HUD_FLAG_MINIMAP_VISIBLE, "minimap"},
{HUD_FLAG_MINIMAP_RADAR_VISIBLE, "minimap_radar"},
+ {HUD_FLAG_BASIC_DEBUG, "basic_debug"},
{0, NULL},
};