mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
Fix TowTrack structure
This commit is contained in:
parent
8ab6ce0f38
commit
adcb214d72
@ -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;
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
#include "skateboard.h"
|
||||
#include "mxomni.h"
|
||||
|
||||
#include "decomp.h"
|
||||
|
||||
|
||||
@ -3,7 +3,6 @@
|
||||
|
||||
#include "decomp.h"
|
||||
#include "islepathactor.h"
|
||||
#include "mxomni.h"
|
||||
|
||||
// VTABLE 0x100d55f0
|
||||
// SIZE 0x168
|
||||
|
||||
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user