]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/hud.h
Readd basic_debug as a HUD flag (#12020)
[dragonfireclient.git] / src / hud.h
index 769966688d91d002e564c6c32c832964615e4101..173633fcc824283bd34f0ad1de45da5881dc9249 100644 (file)
--- a/src/hud.h
+++ b/src/hud.h
@@ -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