summaryrefslogtreecommitdiffhomepage
path: root/src/wall-atlas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wall-atlas.hpp')
-rw-r--r--src/wall-atlas.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wall-atlas.hpp b/src/wall-atlas.hpp
index 515f60e1..6ace0f7c 100644
--- a/src/wall-atlas.hpp
+++ b/src/wall-atlas.hpp
@@ -44,7 +44,6 @@ struct Direction
Group wall{}, overlay{}, side{}, top{};
Group corner_L{}, corner_R{};
- pass_mode passability = pass_mode::blocked;
const Group& group(Group_ i) const;
const Group& group(size_t i) const;
@@ -67,6 +66,7 @@ struct Info
{
String name;
unsigned depth = 0;
+ pass_mode passability = pass_mode::blocked;
bool operator==(const Info&) const noexcept;
};