Implement/match LegoAnimMMPresenter::FUN_1004b840 (#966)

This commit is contained in:
Christian Semmler
2024-05-29 11:35:36 -04:00
committed by GitHub
parent 36ec252f7e
commit 2f1aa58153
3 changed files with 36 additions and 4 deletions

View File

@@ -1100,6 +1100,17 @@ void LegoAnimPresenter::EndAction()
MxVideoPresenter::EndAction();
}
// FUNCTION: LEGO1 0x1006c7a0
// FUNCTION: BETA10 0x10051da6
void LegoAnimPresenter::FUN_1006c7a0()
{
if (m_anim != NULL) {
FUN_1006b9a0(m_anim, m_anim->GetDuration(), m_unk0x78);
}
m_unk0x95 = TRUE;
}
// FUNCTION: LEGO1 0x1006c7d0
// FUNCTION: BETA10 0x10051e07
void LegoAnimPresenter::VTable0x8c()