diff options
author | Lars Müller <34514239+appgurueu@users.noreply.github.com> | 2022-03-05 22:16:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-05 22:16:17 +0100 |
commit | b9e886726c68613d39459acc8cb1a2f663b0362c (patch) | |
tree | 64fa90ee6201c209d28d0f7697728f4c1852f8e1 /src/hud.h | |
parent | 44fc888bd64cc00836b0fea0666aa763b2565513 (diff) | |
download | minetest-b9e886726c68613d39459acc8cb1a2f663b0362c.tar.xz |
Readd basic_debug as a HUD flag (#12020)
Diffstat (limited to 'src/hud.h')
-rw-r--r-- | src/hud.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #define HUD_FLAG_BREATHBAR_VISIBLE (1 << 4) #define HUD_FLAG_MINIMAP_VISIBLE (1 << 5) #define HUD_FLAG_MINIMAP_RADAR_VISIBLE (1 << 6) +#define HUD_FLAG_BASIC_DEBUG (1 << 7) #define HUD_PARAM_HOTBAR_ITEMCOUNT 1 #define HUD_PARAM_HOTBAR_IMAGE 2 |