diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-06 22:18:01 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-06 22:18:06 +0200 |
commit | 9107e0ff64fc5788d90c0b44da3f7148cba4f966 (patch) | |
tree | 7f719b7958ae4c420ab02a3540734dee33d660a9 /src/tile.hpp | |
parent | ccc6b7fcb08f5a5713c2ac74a28113814b4c70b4 (diff) |
a
Diffstat (limited to 'src/tile.hpp')
-rw-r--r-- | src/tile.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |