remove comment since it's fixed now (?)

This commit is contained in:
Christian Semmler 2023-06-19 15:13:51 +02:00
parent bed30cd7ca
commit 9280ad2e30
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -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);