summaryrefslogtreecommitdiffhomepage
path: root/src/tile.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-06 22:18:01 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-06 22:18:06 +0200
commit9107e0ff64fc5788d90c0b44da3f7148cba4f966 (patch)
tree7f719b7958ae4c420ab02a3540734dee33d660a9 /src/tile.hpp
parentccc6b7fcb08f5a5713c2ac74a28113814b4c70b4 (diff)
a
Diffstat (limited to 'src/tile.hpp')
-rw-r--r--src/tile.hpp2
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;
};