summaryrefslogtreecommitdiffhomepage
path: root/src/wall-defs.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2025-02-05 05:20:16 +0100
committerStanislaw Halik <sthalik@misaki.pl>2025-02-05 06:22:43 +0100
commit616deca57a5084b52085e1cabea7eac130d812bd (patch)
tree5e2459ed125a844151aa990f448531e32742abf8 /src/wall-defs.hpp
parentab13ab5f71a5b09de3b9526feca2ed7c564cee7e (diff)
add commented-out parts to hardcoded constants
This is for rendering procedural holes.
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 a19d560b..9f88853c 100644
--- a/src/wall-defs.hpp
+++ b/src/wall-defs.hpp
@@ -3,7 +3,7 @@
namespace floormat::Wall {
-enum class Group_ : uint8_t { wall, side, top, corner, COUNT };
+enum class Group_ : uint8_t { wall, side, top, corner, /*pillar,*/ COUNT };
enum class Direction_ : uint8_t { N, W, COUNT };