Fix TowTrack structure

This commit is contained in:
Christian Semmler 2023-09-10 07:54:39 -04:00
parent 8ab6ce0f38
commit adcb214d72
4 changed files with 4 additions and 3 deletions

View File

@ -26,7 +26,7 @@ class LegoPathActor : public LegoActor
return !strcmp(name, LegoPathActor::ClassName()) || LegoActor::IsA(name);
}
protected:
// TODO: the types. IslePathActor-inherited classes (pizza, jetski, etc.) needs these as public:
// TODO: the types
undefined unk78[0xc4];
MxFloat m_unk13c;
MxS32 m_unk140;

View File

@ -1,4 +1,5 @@
#include "skateboard.h"
#include "mxomni.h"
#include "decomp.h"

View File

@ -3,7 +3,6 @@
#include "decomp.h"
#include "islepathactor.h"
#include "mxomni.h"
// VTABLE 0x100d55f0
// SIZE 0x168

View File

@ -26,7 +26,7 @@ class TowTrack : public IslePathActor
private:
// TODO: TowTrack field types
undefined m_unk154[0x8];
undefined m_unk154[4];
MxS32 m_unk164;
MxS16 m_unk168;
MxS16 m_unk16a;
@ -35,6 +35,7 @@ class TowTrack : public IslePathActor
MxS32 m_unk170;
MxS32 m_unk174;
MxFloat m_unk178;
undefined4 m_unk17c;
};