From d4ab3ea68b47ecb0413c1d31a27d7cd57202ac28 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 11 Dec 2023 04:17:02 +0100 Subject: w --- src/wall-atlas.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3