Implement/match LegoAnimMMPresenter::StartingTickle (#824)

This commit is contained in:
Christian Semmler
2024-04-20 10:07:58 -04:00
committed by GitHub
parent 0b08b0ae69
commit 9cc5df8c40
5 changed files with 23 additions and 5 deletions

View File

@@ -71,6 +71,7 @@ public:
virtual void VTable0xa0(Matrix4*); // vtable+0xa0
MxResult FUN_1006b140(LegoROI* p_roi);
void FUN_1006d680(LegoAnimActor* p_actor, MxFloat p_value);
inline LegoAnim* GetAnimation() { return m_anim; }

View File

@@ -15,7 +15,7 @@ struct LegoTranInfo {
LegoTranInfo()
{
m_index = 0;
m_unk0x08 = 0;
m_unk0x08 = NULL;
m_unk0x0c = NULL;
m_unk0x10 = FALSE;
m_unk0x12 = -1;
@@ -32,7 +32,7 @@ struct LegoTranInfo {
undefined4 m_unk0x00; // 0x00
MxU32 m_index; // 0x04
undefined4 m_unk0x08; // 0x08
LegoROI* m_unk0x08; // 0x08
MxMatrix* m_unk0x0c; // 0x0c
MxBool m_unk0x10; // 0x10
MxS16 m_unk0x12; // 0x12