mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-23 05:19:47 +00:00
Attempt to generate an action error
This commit is contained in:
parent
ae09092414
commit
96c4c65fed
@ -49,9 +49,8 @@ MxResult MxPresenter::StartAction(MxStreamController*, MxDSAction* p_action)
|
||||
// FUNCTION: LEGO1 0x100b4e40
|
||||
void MxPresenter::EndAction()
|
||||
{
|
||||
if (this->m_action == NULL) {
|
||||
if (this->m_action == NULL)
|
||||
return;
|
||||
}
|
||||
|
||||
MxAutoLocker lock(&this->m_criticalSection);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user