summaryrefslogtreecommitdiff
path: root/src/hud.h
diff options
context:
space:
mode:
authorezhh <owlecho@live.com>2017-05-11 23:18:36 +0100
committerCraig Robbins <kde.psych@gmail.com>2017-05-15 19:51:40 +1000
commit018217f6b2058db44b59a86e170614e1c6925f9f (patch)
tree9a7c4256f8edc44db86c6f787d9abc0a5147e605 /src/hud.h
parentfebd07fc0dea400db17ab84dd9fcb4d64e3ce9e3 (diff)
downloadminetest-018217f6b2058db44b59a86e170614e1c6925f9f.tar.gz
minetest-018217f6b2058db44b59a86e170614e1c6925f9f.tar.bz2
minetest-018217f6b2058db44b59a86e170614e1c6925f9f.zip
Add option to use neither node highlighting nor outlining
Diffstat (limited to 'src/hud.h')
-rw-r--r--src/hud.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/hud.h b/src/hud.h
index efa0c3648..15c115d89 100644
--- a/src/hud.h
+++ b/src/hud.h
@@ -175,7 +175,11 @@ private:
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 {