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