mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
MxLoopingFlcPresenter::Destroy (#382)
* MxLoopingFlcPresenter::Destroy * Use parent class call --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -24,10 +24,15 @@ void MxLoopingFlcPresenter::Init()
|
|||||||
this->m_flags &= ~Flag_Bit3;
|
this->m_flags &= ~Flag_Bit3;
|
||||||
}
|
}
|
||||||
|
|
||||||
// STUB: LEGO1 0x100b4432
|
// FUNCTION: LEGO1 0x100b4430
|
||||||
void MxLoopingFlcPresenter::Destroy(MxBool p_fromDestructor)
|
void MxLoopingFlcPresenter::Destroy(MxBool p_fromDestructor)
|
||||||
{
|
{
|
||||||
// TODO
|
m_criticalSection.Enter();
|
||||||
|
Init();
|
||||||
|
m_criticalSection.Leave();
|
||||||
|
|
||||||
|
if (!p_fromDestructor)
|
||||||
|
MxFlcPresenter::Destroy(FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x100b4470
|
// FUNCTION: LEGO1 0x100b4470
|
||||||
|
Reference in New Issue
Block a user