mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
remove comment since it's fixed now (?)
This commit is contained in:
parent
bed30cd7ca
commit
9280ad2e30
@ -29,7 +29,6 @@ MxDSObject::MxDSObject()
|
||||
// OFFSET: LEGO1 0x100bf8e0
|
||||
void MxDSObject::SetObjectName(const char *p_name)
|
||||
{
|
||||
// TODO: instead of the expected CMP EAX,ESI we get CMP ESI,EAX
|
||||
if (p_name != this->m_name)
|
||||
{
|
||||
free(this->m_name);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user