mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
pizza: fix type m_unk90
This commit is contained in:
parent
28f961b86d
commit
4c2c2d880f
@ -13,7 +13,7 @@ Pizza::Pizza()
|
|||||||
this->m_unk88 = 0;
|
this->m_unk88 = 0;
|
||||||
this->m_unk8c = -1;
|
this->m_unk8c = -1;
|
||||||
this->m_unk98 = 0;
|
this->m_unk98 = 0;
|
||||||
this->m_unk90 = 0x80000000;
|
this->m_unk90 = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x10038100
|
// OFFSET: LEGO1 0x10038100
|
||||||
|
|||||||
@ -36,7 +36,7 @@ class Pizza : public IsleActor
|
|||||||
MxS32 m_unk84;
|
MxS32 m_unk84;
|
||||||
MxS32 m_unk88;
|
MxS32 m_unk88;
|
||||||
MxS32 m_unk8c;
|
MxS32 m_unk8c;
|
||||||
MxU32 m_unk90;
|
MxFloat m_unk90;
|
||||||
MxS32 m_unk94;
|
MxS32 m_unk94;
|
||||||
MxS32 m_unk98;
|
MxS32 m_unk98;
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user