Implement/match LegoAnimationManager::FUN_10064b50 (#926)

This commit is contained in:
Christian Semmler
2024-05-17 10:05:06 -04:00
committed by GitHub
parent 4419007355
commit 02c4aad33e
5 changed files with 45 additions and 7 deletions

View File

@@ -188,7 +188,8 @@ private:
MxBool m_suspended; // 0x42b
LegoTranInfo* m_unk0x42c; // 0x42c
MxBool m_unk0x430; // 0x430
undefined4 m_unk0x434[2]; // 0x434
MxLong m_unk0x434; // 0x434
MxLong m_unk0x438; // 0x438
MxMatrix m_unk0x43c; // 0x43c
MxMatrix m_unk0x484; // 0x484
UnknownMx4DPointFloat m_unk0x4cc; // 0x4cc

View File

@@ -13,6 +13,7 @@ class MxPresenter;
// SIZE 0x78
struct LegoTranInfo {
enum {
c_bit1 = 0x01,
c_bit2 = 0x02
};