mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -05:00
End LegoPhonemePresenter actions to prevent lockups
This commit is contained in:
parent
97de164a7f
commit
897f9a3371
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,8 @@ void LegoPhonemePresenter::Init()
|
|||
void LegoPhonemePresenter::StartingTickle()
|
||||
{
|
||||
// TODO
|
||||
|
||||
EndAction();
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x1004e800
|
||||
|
@ -44,4 +46,8 @@ void LegoPhonemePresenter::PutFrame()
|
|||
void LegoPhonemePresenter::EndAction()
|
||||
{
|
||||
// TODO
|
||||
|
||||
if (m_action != NULL) {
|
||||
MxFlcPresenter::EndAction();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue