mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-28 15:13:13 -04:00
End LegoPhonemePresenter actions to prevent lockups
This commit is contained in:
parent
97de164a7f
commit
897f9a3371
@ -26,6 +26,8 @@ void LegoPhonemePresenter::Init()
|
|||||||
void LegoPhonemePresenter::StartingTickle()
|
void LegoPhonemePresenter::StartingTickle()
|
||||||
{
|
{
|
||||||
// TODO
|
// TODO
|
||||||
|
|
||||||
|
EndAction();
|
||||||
}
|
}
|
||||||
|
|
||||||
// STUB: LEGO1 0x1004e800
|
// STUB: LEGO1 0x1004e800
|
||||||
@ -44,4 +46,8 @@ void LegoPhonemePresenter::PutFrame()
|
|||||||
void LegoPhonemePresenter::EndAction()
|
void LegoPhonemePresenter::EndAction()
|
||||||
{
|
{
|
||||||
// TODO
|
// TODO
|
||||||
|
|
||||||
|
if (m_action != NULL) {
|
||||||
|
MxFlcPresenter::EndAction();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user