]> git.lizzy.rs Git - minetest.git/blobdiff - src/hud.h
Add chat HUD flag (#13189)
[minetest.git] / src / hud.h
index 173633fcc824283bd34f0ad1de45da5881dc9249..922fdca19155d1028adcdefda0f72515bff235cb 100644 (file)
--- a/src/hud.h
+++ b/src/hud.h
@@ -48,6 +48,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #define HUD_FLAG_MINIMAP_VISIBLE       (1 << 5)
 #define HUD_FLAG_MINIMAP_RADAR_VISIBLE (1 << 6)
 #define HUD_FLAG_BASIC_DEBUG           (1 << 7)
+#define HUD_FLAG_CHAT_VISIBLE          (1 << 8)
 
 #define HUD_PARAM_HOTBAR_ITEMCOUNT 1
 #define HUD_PARAM_HOTBAR_IMAGE 2