From 754981501322727aec9e91a91008ce8f117bc728 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 30 Oct 2025 14:42:33 -0400 Subject: pke: static-ui visibility disabled --- src/static-ui.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/static-ui.hpp') 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. -- cgit v1.2.3