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

@@ -9,6 +9,8 @@
class LegoActor : public LegoEntity
{
public:
LegoActor();
// OFFSET: LEGO1 0x1002d210
inline virtual const char *ClassName() const override // vtable+0x0c
{