diff options
Diffstat (limited to 'src/tile.hpp')
| -rw-r--r-- | src/tile.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tile.hpp b/src/tile.hpp index 6fad4b30..dc635da6 100644 --- a/src/tile.hpp +++ b/src/tile.hpp @@ -1,5 +1,4 @@ #pragma once -#include "compat/defs.hpp" #include "tile-image.hpp" #include "scenery.hpp" @@ -9,7 +8,7 @@ struct chunk; struct anim_atlas; // zero is the default, see bitset in chunk.hpp -enum pass_mode : std::uint8_t { pass_shoot_through, pass_ok, pass_blocked, }; +enum pass_mode : unsigned char { pass_shoot_through, pass_ok, pass_blocked, }; struct pass_mode_ref final { |
