mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Create (#289)
* Align name of Create method with known source Fix name in Score for reccmp * Also update MxEntity::Vtable0x14
This commit is contained in:
@@ -14,7 +14,7 @@ MxEntity::~MxEntity()
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x10001070
|
||||
MxResult MxEntity::SetEntityId(MxS32 p_id, const MxAtomId& p_atom)
|
||||
MxResult MxEntity::Create(MxS32 p_id, const MxAtomId& p_atom)
|
||||
{
|
||||
this->m_mxEntityId = p_id;
|
||||
this->m_atom = p_atom;
|
||||
|
Reference in New Issue
Block a user