mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
fix pizza vtable
This commit is contained in:
parent
4912bc61fb
commit
f9972b781b
@ -3,6 +3,7 @@
|
||||
|
||||
#include "decomp.h"
|
||||
#include "isleactor.h"
|
||||
#include "mxactionnotificationparam.h"
|
||||
|
||||
// VTABLE: LEGO1 0x100d7380
|
||||
// SIZE 0x9c
|
||||
@ -28,6 +29,15 @@ class Pizza : public IsleActor {
|
||||
|
||||
MxResult Create(MxDSAction& p_dsAction) override; // vtable+0x18
|
||||
|
||||
// STUB: LEGO1 0x100383f0
|
||||
undefined4 VTable0x68() override { return 0; } // vtable+0x68
|
||||
|
||||
// STUB: LEGO1 0x1003b10
|
||||
undefined4 HandleEndAction(MxEndActionNotificationParam&) override { return 0; } // vtable+0x74
|
||||
|
||||
// STUB: LEGO1 0x100384f0
|
||||
undefined4 VTable0x80(MxParam&) override { return 0; } // vtable+0x80
|
||||
|
||||
// SYNTHETIC: LEGO1 0x100380e0
|
||||
// Pizza::`scalar deleting destructor'
|
||||
|
||||
|
||||
@ -25,7 +25,7 @@ class Pizzeria : public IsleActor {
|
||||
|
||||
MxResult Create(MxDSAction& p_dsAction) override; // vtable+0x18
|
||||
|
||||
virtual undefined4 VTable0x68() override; // vtable+0x68
|
||||
undefined4 VTable0x68() override; // vtable+0x68
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1000e8d0
|
||||
// Pizzeria::`scalar deleting destructor'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user