diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-12-05 21:32:57 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-12-06 01:35:11 +0100 |
commit | 0a6612286bfa8c2503c757da2b39da37aa05deaf (patch) | |
tree | 3606dbe2ee59026f0fcdba7377034dfcab13da0d /src/scenery.hpp | |
parent | 2679d49a53a3f9825ce855f6ed25b3b045ec5aa1 (diff) |
src/chunk: plug in lqt for collision detection
Diffstat (limited to 'src/scenery.hpp')
-rw-r--r-- | src/scenery.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scenery.hpp b/src/scenery.hpp index 5cfe3827..04fcf984 100644 --- a/src/scenery.hpp +++ b/src/scenery.hpp @@ -36,7 +36,7 @@ struct scenery final frame_t frame = 0; rotation r : 3 = rotation::N; scenery_type type : 3 = scenery_type::none; - pass_mode passability : 2 = pass_mode{0}; + pass_mode passability : 2 = pass_mode::pass; std::uint8_t active : 1 = false; std::uint8_t closing : 1 = false; std::uint8_t interactive : 1 = false; |