mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-26 17:36:12 -05:00
Remove unnecessary namespace
This commit is contained in:
parent
8a1422f13e
commit
a087c666b4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue