mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
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:
@@ -9,6 +9,8 @@
|
||||
class LegoActor : public LegoEntity
|
||||
{
|
||||
public:
|
||||
LegoActor();
|
||||
|
||||
// OFFSET: LEGO1 0x1002d210
|
||||
inline virtual const char *ClassName() const override // vtable+0x0c
|
||||
{
|
||||
|
Reference in New Issue
Block a user