mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Remove unnecessary namespace
This commit is contained in:

committed by
GitHub

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;
|
||||
|
Reference in New Issue
Block a user