summaryrefslogtreecommitdiffhomepage
path: root/serialize/anim.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'serialize/anim.hpp')
-rw-r--r--serialize/anim.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/serialize/anim.hpp b/serialize/anim.hpp
index 244799fb..957e733e 100644
--- a/serialize/anim.hpp
+++ b/serialize/anim.hpp
@@ -34,7 +34,7 @@ struct anim final
{
static constexpr int default_fps = 24;
- std::string name;
+ std::string object_name, anim_name;
std::array<anim_group, (std::size_t)anim_direction::COUNT> groups;
int nframes = 0;
int width = 0, height = 0;