Implement/match LegoAnimationManager::FUN_10062110 (#892)

* Implement/match LegoAnimationManager::FUN_10062110

* Fix param name

* Return other value in stub
This commit is contained in:
Christian Semmler
2024-05-09 12:49:43 -04:00
committed by GitHub
parent 36d681fde4
commit 001b46b2ab
5 changed files with 87 additions and 14 deletions

View File

@@ -24,9 +24,9 @@ struct AnimInfo {
MxU8 m_unk0x0d; // 0x0d
MxU32 m_unk0x10[4]; // 0x10
MxU8 m_modelCount; // 0x20
MxS16 m_unk0x22; // 0x22
MxU16 m_unk0x22; // 0x22
ModelInfo* m_models; // 0x24
MxU8 m_unk0x28; // 0x28
MxS8 m_unk0x28; // 0x28
MxBool m_unk0x29; // 0x29
MxS8 m_unk0x2a[3]; // 0x2a
};