| 62 | }; |
| 63 | |
| 64 | static void ExecuteAnimCommands(ItemInfo& item, bool isFrameBased) |
| 65 | { |
| 66 | const auto& anim = GetAnimData(item); |
| 67 | for (const auto& command : anim.Commands) |
| 68 | command->Execute(item, isFrameBased); |
| 69 | } |
| 70 | |
| 71 | void AnimateItem(ItemInfo& item) |
| 72 | { |