mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
End LegoPhonemePresenter actions to prevent lockups
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user