Fix pizza constructor (#149)

* Pizza: fix type of m_unk98

* Fix pizza constructor

* Match Pizza::Pizza

* Use undefined type

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Joshua Peisach
2023-09-30 19:25:33 -04:00
committed by GitHub
parent b20aa9b8fb
commit 7f423439b7
4 changed files with 20 additions and 12 deletions

View File

@@ -1,3 +1,8 @@
#include "legoactor.h"
DECOMP_SIZE_ASSERT(LegoActor, 0x78)
// OFFSET: LEGO1 0x1002d110 STUB
LegoActor::LegoActor()
{
}