mirror of
https://github.com/isledecomp/isle.git
synced 2026-05-05 14:33:56 +00:00
Update mxstreamcontroller.cpp
This commit is contained in:
parent
cb1ce0c06b
commit
63a8df2374
@ -154,12 +154,10 @@ MxResult MxStreamController::InsertActionToList54(MxDSAction* p_action)
|
||||
MxAutoLocker locker(&m_criticalSection);
|
||||
MxDSAction* action = p_action->Clone();
|
||||
|
||||
if (action == NULL)
|
||||
{
|
||||
if (action == NULL) {
|
||||
return FAILURE;
|
||||
}
|
||||
else
|
||||
{
|
||||
else {
|
||||
m_unk0x54.push_back(action);
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user