summaryrefslogtreecommitdiffhomepage
path: root/main/clickable.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/clickable.hpp')
-rw-r--r--main/clickable.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/clickable.hpp b/main/clickable.hpp
index c7502f33..cd6dd895 100644
--- a/main/clickable.hpp
+++ b/main/clickable.hpp
@@ -13,7 +13,8 @@ struct clickable final {
Math::Range2D<int> dest;
BitArrayView bitmask;
std::shared_ptr<entity> e;
- std::uint32_t depth, stride;
+ std::int32_t depth;
+ std::uint32_t stride;
bool mirrored;
};