mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
Update legopathpresenter.cpp
This commit is contained in:
parent
0b1e078f2e
commit
67c09dfa31
@ -51,6 +51,12 @@ void LegoPathPresenter::Destroy(MxBool p_fromDestructor)
|
||||
MxMediaPresenter::Destroy(FALSE);
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x10044c10
|
||||
void LegoPathPresenter::Destroy()
|
||||
{
|
||||
Destroy(FALSE);
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10044c20
|
||||
void LegoPathPresenter::ReadyTickle()
|
||||
{
|
||||
@ -72,12 +78,6 @@ void LegoPathPresenter::StreamingTickle()
|
||||
}
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x10044c10
|
||||
void LegoPathPresenter::Destroy()
|
||||
{
|
||||
Destroy(FALSE);
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x10044d40
|
||||
void LegoPathPresenter::RepeatingTickle()
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user