mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Update legoanimpresenter.cpp
This commit is contained in:
parent
ff32ae6383
commit
0a3a6c2b68
@ -105,6 +105,12 @@ void LegoAnimPresenter::StreamingTickle()
|
||||
}
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x1006b8e0
|
||||
void LegoAnimPresenter::Destroy()
|
||||
{
|
||||
Destroy(FALSE);
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x1006bac0
|
||||
void LegoAnimPresenter::ParseExtra()
|
||||
{
|
||||
@ -126,11 +132,6 @@ void LegoAnimPresenter::EndAction()
|
||||
MxVideoPresenter::EndAction();
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x1006b8e0
|
||||
void LegoAnimPresenter::Destroy()
|
||||
{
|
||||
Destroy(FALSE);
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x1006ad30
|
||||
void LegoAnimPresenter::PutFrame()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user