mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-26 14:13:55 -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 &&
|
||||
(!m_compositePresenter || !m_compositePresenter->VTable0x64(2))) {
|
||||
MxPresenter::Enable(FALSE);
|
||||
SetTickleState(TickleState::TickleState_Idle);
|
||||
SetTickleState(TickleState_Idle);
|
||||
}
|
||||
else {
|
||||
MxDSAction* action = m_action;
|
||||
|
Loading…
x
Reference in New Issue
Block a user