mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-03 13:41:15 +00:00
Update mxdsobject.cpp
This commit is contained in:
parent
aaf0e8e381
commit
27ad466ce8
@ -66,8 +66,7 @@ void MxDSObject::SetObjectName(const char *p_name)
|
||||
// OFFSET: LEGO1 0x100bf950
|
||||
void MxDSObject::SetSourceName(const char *p_sourceName)
|
||||
{
|
||||
if (p_sourceName != this->m_sourceName)
|
||||
{
|
||||
if (p_sourceName != this->m_sourceName) {
|
||||
delete[] this->m_sourceName;
|
||||
|
||||
if (p_sourceName) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user