summaryrefslogtreecommitdiff
path: root/src/static-ui.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/static-ui.hpp')
-rw-r--r--src/static-ui.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/static-ui.hpp b/src/static-ui.hpp
index eb26a45..ec99456 100644
--- a/src/static-ui.hpp
+++ b/src/static-ui.hpp
@@ -68,6 +68,8 @@ const PKE_UI_BOX_FLAG PKE_UI_BOX_FLAG_CENTER_BOTH
// [07-09] visibility
const PKE_UI_BOX_FLAG PKE_UI_BOX_FLAG_VISIBILITY_INVISIBLE
= PKE_UI_BOX_FLAG((1 << 7));
+const PKE_UI_BOX_FLAG PKE_UI_BOX_FLAG_VISIBILITY_DISABLED
+ = PKE_UI_BOX_FLAG((1 << 8));
// [10-??]
// PKE_UI_BOX_STATE_FLAG represent the current state THIS TICK.