From 82aa7b9b99d0477885980b9c0ea0ae9beed1ecfa Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 29 Oct 2022 01:29:53 +0200 Subject: a --- src/tile.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/tile.hpp b/src/tile.hpp index 0448b426..1997f747 100644 --- a/src/tile.hpp +++ b/src/tile.hpp @@ -6,10 +6,10 @@ namespace floormat { struct tile final { - enum pass_mode : std::uint8_t { pass_blocked, pass_ok, pass_shoot_through, }; + enum pass_mode : std::uint8_t { pass_ok, pass_blocked, pass_shoot_through, }; tile_image ground, wall_north, wall_west; - pass_mode passability = pass_shoot_through; + pass_mode passability = pass_ok; constexpr tile() = default; -- cgit v1.2.3