* Align name of Create method with known source
Fix name in Score for reccmp

* Also update MxEntity::Vtable0x14
This commit is contained in:
Nathan M Gilbert
2023-11-18 10:08:49 -05:00
committed by GitHub
parent eee80250c0
commit 93eb4dc82d
10 changed files with 27 additions and 27 deletions

View File

@@ -24,9 +24,9 @@ Helicopter::~Helicopter()
}
// OFFSET: LEGO1 0x100032c0
MxResult Helicopter::InitFromMxDSObject(MxDSObject& p_dsObject)
MxResult Helicopter::Create(MxDSObject& p_dsObject)
{
MxResult result = IslePathActor::InitFromMxDSObject(p_dsObject);
MxResult result = IslePathActor::Create(p_dsObject);
LegoWorld* world = GetCurrentWorld();
SetWorld(world);
if (world->IsA("Act3")) {