summaryrefslogtreecommitdiffhomepage
path: root/src/pass-mode.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pass-mode.hpp')
-rw-r--r--src/pass-mode.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pass-mode.hpp b/src/pass-mode.hpp
index 876466d7..0bf8d867 100644
--- a/src/pass-mode.hpp
+++ b/src/pass-mode.hpp
@@ -3,7 +3,7 @@
namespace floormat {
enum class pass_mode : unsigned char { blocked, see_through, shoot_through, pass, };
-constexpr inline unsigned char pass_mode_COUNT = 4;
+constexpr inline pass_mode pass_mode_COUNT{4};
constexpr inline unsigned char pass_mode_BITS = 2;
} // namespace floormat