summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wall-atlas.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wall-atlas.hpp b/src/wall-atlas.hpp
index d7ae5a46..6a0abf15 100644
--- a/src/wall-atlas.hpp
+++ b/src/wall-atlas.hpp
@@ -1,6 +1,7 @@
#pragma once
#include "compat/defs.hpp"
#include "src/rotation.hpp"
+#include "src/pass-mode.hpp"
#include <array>
#include <Corrade/Containers/Array.h>
#include <Corrade/Containers/String.h>
@@ -49,6 +50,7 @@ struct Direction
Group wall, overlay, side, top;
Group corner_L, corner_R;
+ pass_mode passability = pass_mode::blocked;
static constexpr inline member_tuple groups[] = {
{ "wall"_s, &Direction::wall, Tag::wall },