From 9280ad2e302d147f6cba8055cd483aa8ebe60f4f Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Mon, 19 Jun 2023 15:13:51 +0200 Subject: [PATCH] remove comment since it's fixed now (?) --- LEGO1/mxdsobject.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/LEGO1/mxdsobject.cpp b/LEGO1/mxdsobject.cpp index fe798b53..afa23fb1 100644 --- a/LEGO1/mxdsobject.cpp +++ b/LEGO1/mxdsobject.cpp @@ -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);