From 4011338e2911f70c426f3981b2afb18e0ebfcead Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 3 Mar 2024 09:37:17 +0100 Subject: c --- src/object.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/object.hpp') diff --git a/src/object.hpp b/src/object.hpp index 9f029efa..3976088e 100644 --- a/src/object.hpp +++ b/src/object.hpp @@ -47,7 +47,8 @@ struct object const global_coords coord; const Vector2b offset, bbox_offset; const Vector2ub bbox_size; - uint16_t delta = 0, frame = 0; + uint16_t delta = 0; // todo! switch to Vector2ui due to `allocate_frame_time' + uint16_t frame = 0; const rotation r = rotation::N; // todo remove bitfield? const pass_mode pass = pass_mode::see_through; bool ephemeral : 1 = false; -- cgit v1.2.3