From 9107e0ff64fc5788d90c0b44da3f7148cba4f966 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 6 Oct 2022 22:18:01 +0200 Subject: a --- src/tile.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tile.hpp') diff --git a/src/tile.hpp b/src/tile.hpp index 261c50ee..eadfa745 100644 --- a/src/tile.hpp +++ b/src/tile.hpp @@ -25,7 +25,7 @@ struct tile final enum class pass_mode : std::uint8_t { pass_blocked, pass_ok, pass_shoot_through, }; using enum pass_mode; - tile_image ground_image, wall_west, wall_north; + tile_image ground_image, wall_north, wall_west; pass_mode passability = pass_shoot_through; }; -- cgit v1.2.3