]> git.lizzy.rs Git - minetest.git/blobdiff - src/hud.h
Snake case for screen options in minetest.conf (#5792)
[minetest.git] / src / hud.h
index efa0c3648b46e10529acafae9d32830c1042ae41..15c115d89e9b0046cc018dcc842eff79ee0d1c07 100644 (file)
--- a/src/hud.h
+++ b/src/hud.h
@@ -175,7 +175,11 @@ class Hud {
        v3f m_selected_face_normal;
 
        video::SMaterial m_selection_material;
-       bool m_use_selection_mesh;
+
+       enum {
+               HIGHLIGHT_BOX,
+               HIGHLIGHT_HALO,
+               HIGHLIGHT_NONE } m_mode;
 };
 
 enum ItemRotationKind {