summaryrefslogtreecommitdiffhomepage
path: root/src/wall-defs.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-12-08 03:49:00 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-12-09 05:12:02 +0100
commit217292f6da87bf4fba3d6590b3a337ba152c2ff7 (patch)
tree1deec13f00008fca8a169b1e7b092af3fd5e2631 /src/wall-defs.hpp
parent108e9e17dbee028eeb8530f99b1167b7c30c01ae (diff)
w
Diffstat (limited to 'src/wall-defs.hpp')
-rw-r--r--src/wall-defs.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wall-defs.hpp b/src/wall-defs.hpp
index a9327d53..05af548c 100644
--- a/src/wall-defs.hpp
+++ b/src/wall-defs.hpp
@@ -3,7 +3,7 @@
namespace floormat::Wall {
-enum class Group_ : uint8_t { wall, overlay, side, top, corner_L, corner_R, COUNT };
+enum class Group_ : uint8_t { overlay, corner_L, corner_R, wall, side, top, COUNT };
enum class Direction_ : uint8_t { N, E, S, W, COUNT };