mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-30 08:05:41 -04:00
Remove unnecessary namespace
This commit is contained in:
parent
8a1422f13e
commit
a087c666b4
@ -138,7 +138,7 @@ void MxMediaPresenter::EndAction()
|
|||||||
if (m_action->GetFlags() & MxDSAction::Flag_World &&
|
if (m_action->GetFlags() & MxDSAction::Flag_World &&
|
||||||
(!m_compositePresenter || !m_compositePresenter->VTable0x64(2))) {
|
(!m_compositePresenter || !m_compositePresenter->VTable0x64(2))) {
|
||||||
MxPresenter::Enable(FALSE);
|
MxPresenter::Enable(FALSE);
|
||||||
SetTickleState(TickleState::TickleState_Idle);
|
SetTickleState(TickleState_Idle);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
MxDSAction* action = m_action;
|
MxDSAction* action = m_action;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user