mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +00:00
Make legopathactor fields protected for now, fix a type in Pizza
This commit is contained in:
parent
35382ac9e5
commit
8ab6ce0f38
@ -25,7 +25,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:
|
||||
undefined unk78[0xc4];
|
||||
MxFloat m_unk13c;
|
||||
|
||||
@ -13,7 +13,7 @@ Pizza::Pizza()
|
||||
this->m_unk88 = 0;
|
||||
this->m_unk8c = -1;
|
||||
this->m_unk98 = 0;
|
||||
this->m_unk90 = 0.0;
|
||||
this->m_unk90 = 0x80000000;
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x10038100
|
||||
|
||||
@ -36,7 +36,7 @@ class Pizza : public IsleActor
|
||||
MxS32 m_unk84;
|
||||
MxS32 m_unk88;
|
||||
MxS32 m_unk8c;
|
||||
MxFloat m_unk90;
|
||||
MxU32 m_unk90;
|
||||
MxS32 m_unk94;
|
||||
MxS32 m_unk98;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user