1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 00:25:19 +02:00

Readd basic_debug as a HUD flag (#12020)

This commit is contained in:
Lars Müller
2022-03-05 22:16:17 +01:00
committed by GitHub
parent 44fc888bd6
commit b9e886726c
6 changed files with 55 additions and 60 deletions

View File

@@ -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},
};