Fix pizza constructor

This commit is contained in:
Joshua Peisach 2023-09-30 18:27:27 -04:00
parent 013d2cc02e
commit 9bcfae462a
No known key found for this signature in database
GPG Key ID: 41C3D4189AFEDB5A

View File

@ -5,7 +5,7 @@ DECOMP_SIZE_ASSERT(Pizza, 0x9c);
// OFFSET: LEGO1 0x10037ef0
Pizza::Pizza()
{
// FIXME: This inherits from LegoActor, probably why this isn't matching
this->m_unk7c = 0;
this->m_unk80 = 0;
this->m_unk84 = 0;
this->m_unk88 = 0;