diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-10-30 14:42:33 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-10-30 14:42:33 -0400 |
| commit | 754981501322727aec9e91a91008ce8f117bc728 (patch) | |
| tree | 76be57a54a17f2e58f7a9ef6b78f976a8862cef8 /src/static-ui.hpp | |
| parent | f99d6fd7226233c1f2e47c0f5f38737a72861fc9 (diff) | |
pke: static-ui visibility disabled
Diffstat (limited to 'src/static-ui.hpp')
| -rw-r--r-- | src/static-ui.hpp | 2 |
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. |
