mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 03:01:17 +00:00
Update LEGO1/mxdsobject.cpp
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
This commit is contained in:
parent
ee97433482
commit
aaf0e8e381
@ -47,8 +47,7 @@ MxDSObject &MxDSObject::operator=(MxDSObject &p_dsObject)
|
||||
// OFFSET: LEGO1 0x100bf8e0
|
||||
void MxDSObject::SetObjectName(const char *p_name)
|
||||
{
|
||||
if (p_name != this->m_objectName)
|
||||
{
|
||||
if (p_name != this->m_objectName) {
|
||||
delete[] this->m_objectName;
|
||||
|
||||
if (p_name) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user