diff --git a/LEGO1/mxmediapresenter.cpp b/LEGO1/mxmediapresenter.cpp index 1b9e4f06..0a4d691a 100644 --- a/LEGO1/mxmediapresenter.cpp +++ b/LEGO1/mxmediapresenter.cpp @@ -233,7 +233,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;