From 108ae0682d5d45eafc8dabe58b4509a54c66d837 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 27 Jul 2022 15:25:28 +0200 Subject: a --- corrade | 2 +- magnum | 2 +- magnum-integration | 2 +- magnum-plugins | 2 +- tile.hpp | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/corrade b/corrade index f2f90fd1..481cdeb5 160000 --- a/corrade +++ b/corrade @@ -1 +1 @@ -Subproject commit f2f90fd117d5b7a2373cb37f730461faec6e8e00 +Subproject commit 481cdeb5e06bcd36b940203d3f88cbbe83e9d16d diff --git a/magnum b/magnum index f3965ddf..e8e9aeec 160000 --- a/magnum +++ b/magnum @@ -1 +1 @@ -Subproject commit f3965ddf7e52476144a1cf4c8aed3bc44233aa15 +Subproject commit e8e9aeec7faee941620a39ee016cdd0df880ddfc diff --git a/magnum-integration b/magnum-integration index 79747545..fa603040 160000 --- a/magnum-integration +++ b/magnum-integration @@ -1 +1 @@ -Subproject commit 79747545dbe711055f7f06bcf6ac5c76541ab6c0 +Subproject commit fa603040834aa2346af280a707578598011c8c3d diff --git a/magnum-plugins b/magnum-plugins index 98a5c44d..2fadb319 160000 --- a/magnum-plugins +++ b/magnum-plugins @@ -1 +1 @@ -Subproject commit 98a5c44dddc223e494380cd9c2f017c9e850c945 +Subproject commit 2fadb319fc8675347e5f949b24cf39b20ce972f5 diff --git a/tile.hpp b/tile.hpp index cf12ca05..de92ba5e 100644 --- a/tile.hpp +++ b/tile.hpp @@ -23,8 +23,8 @@ struct tile final enum class pass_mode : std::uint8_t { pass_blocked, pass_yes, pass_shoot_through, pass_obscured }; using enum pass_mode; - tile_image ground_image_; - pass_mode passability_ = pass_obscured; + tile_image ground_image_, wall_west_, wall_north_; + pass_mode passability_ = pass_shoot_through; explicit operator bool() const noexcept { return !!ground_image_.atlas; } }; -- cgit v1.2.3