mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-16 13:01:16 +00:00
add a TODO
This commit is contained in:
parent
5e48942e36
commit
1c9104fcbe
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
void MxDSObject::SetObjectName(const char *p_name)
|
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)
|
if (p_name != this->m_name)
|
||||||
{
|
{
|
||||||
free(this->m_name);
|
free(this->m_name);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user