mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
move inlined MxDSObject::SetAtomId to main header
We've confirmed that, despite a function being declared inline, msvc will still make a conventional call in some circumstances. As such, I feel like this is warranted because it's most likely what a developer would have actually written.
This commit is contained in:
@@ -34,9 +34,3 @@ void MxDSObject::SetObjectName(const char *p_name)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x10005530
|
||||
void MxDSObject::SetAtomId(MxAtomId p_atomId)
|
||||
{
|
||||
this->m_atomId = p_atomId;
|
||||
}
|
||||
|
Reference in New Issue
Block a user