Update legoanimpresenter.cpp

This commit is contained in:
Misha 2024-01-15 13:36:19 -05:00
parent ff32ae6383
commit 0a3a6c2b68
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -105,6 +105,12 @@ void LegoAnimPresenter::StreamingTickle()
} }
} }
// FUNCTION: LEGO1 0x1006b8e0
void LegoAnimPresenter::Destroy()
{
Destroy(FALSE);
}
// STUB: LEGO1 0x1006bac0 // STUB: LEGO1 0x1006bac0
void LegoAnimPresenter::ParseExtra() void LegoAnimPresenter::ParseExtra()
{ {
@ -126,11 +132,6 @@ void LegoAnimPresenter::EndAction()
MxVideoPresenter::EndAction(); MxVideoPresenter::EndAction();
} }
// FUNCTION: LEGO1 0x1006b8e0
void LegoAnimPresenter::Destroy()
{
Destroy(FALSE);
}
// STUB: LEGO1 0x1006ad30 // STUB: LEGO1 0x1006ad30
void LegoAnimPresenter::PutFrame() void LegoAnimPresenter::PutFrame()