mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match LegoAnimMMPresenter::FUN_1004b840 (#966)
This commit is contained in:

committed by
GitHub

parent
36ec252f7e
commit
2f1aa58153
@@ -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()
|
||||
|
Reference in New Issue
Block a user