diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/wall-atlas.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wall-atlas.hpp b/src/wall-atlas.hpp index c2da82f9..0e2a6e1e 100644 --- a/src/wall-atlas.hpp +++ b/src/wall-atlas.hpp @@ -42,7 +42,7 @@ struct Direction using memfn_ptr = Group Direction::*; struct member_tuple { StringView name; memfn_ptr member; Group_ tag; }; - Group wall{}, overlay{}, side{}, top{}; + Group wall{}, side{}, top{}; Group corner_L{}, corner_R{}; const Group& group(Group_ i) const; |