From 1c9104fcbec4f7cfd743dbac1d6eceeb159a00ed Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 17 Jun 2023 20:17:54 +0200 Subject: [PATCH] add a TODO --- LEGO1/mxdsobject.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/LEGO1/mxdsobject.cpp b/LEGO1/mxdsobject.cpp index cd5fecf4..13aa78ff 100644 --- a/LEGO1/mxdsobject.cpp +++ b/LEGO1/mxdsobject.cpp @@ -5,6 +5,7 @@ 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);