summaryrefslogtreecommitdiffhomepage
path: root/src/anim.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/anim.hpp')
-rw-r--r--src/anim.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/anim.hpp b/src/anim.hpp
index c1bb7326..d1f413ae 100644
--- a/src/anim.hpp
+++ b/src/anim.hpp
@@ -57,7 +57,7 @@ struct anim_def final
std::vector<anim_group> groups;
Vector2ui pixel_size;
anim_scale scale = anim_scale::ratio{1};
- size_t nframes = 0, fps = 0, actionframe = 0;
+ size_t nframes = 0, fps = 0, action_frame = 0, action_frame2 = 0;
};
} // namespace floormat