pizza: fix type m_unk90

This commit is contained in:
Joshua Peisach 2023-08-18 18:16:18 -04:00
parent 28f961b86d
commit 4c2c2d880f
No known key found for this signature in database
GPG Key ID: 41C3D4189AFEDB5A
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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;
}; };