mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +00:00
Update mxomni.cpp
This commit is contained in:
parent
d8c06a3fa8
commit
53b3a2af32
@ -207,10 +207,9 @@ MxResult MxOmni::Create(MxOmniCreateParam &p)
|
|||||||
|
|
||||||
if (p.CreateFlags().CreateTickleManager())
|
if (p.CreateFlags().CreateTickleManager())
|
||||||
{
|
{
|
||||||
MxTickleManager *tickleManager = new MxTickleManager();
|
this->m_tickleManager = new MxTickleManager();
|
||||||
this->m_tickleManager = tickleManager;
|
|
||||||
|
|
||||||
if (tickleManager == NULL)
|
if (m_tickleManager == NULL)
|
||||||
goto failure;
|
goto failure;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -279,8 +278,6 @@ MxResult MxOmni::Create(MxOmniCreateParam &p)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
result = SUCCESS;
|
result = SUCCESS;
|
||||||
failure:
|
failure:
|
||||||
if (result != SUCCESS)
|
if (result != SUCCESS)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user