mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-02 21:21:16 +00:00
Fix pizza constructor
This commit is contained in:
parent
013d2cc02e
commit
9bcfae462a
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user