mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +00:00
MxLoopingFlcPresenter - finish Init, stub Destroy function, match dtor
This commit is contained in:
parent
923016e94d
commit
dd1e30fb72
@ -13,11 +13,19 @@ MxLoopingFlcPresenter::MxLoopingFlcPresenter()
|
|||||||
// OFFSET: LEGO1 0x100b43b0 STUB
|
// OFFSET: LEGO1 0x100b43b0 STUB
|
||||||
MxLoopingFlcPresenter::~MxLoopingFlcPresenter()
|
MxLoopingFlcPresenter::~MxLoopingFlcPresenter()
|
||||||
{
|
{
|
||||||
// TODO
|
Destroy(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x100b4410
|
// OFFSET: LEGO1 0x100b4410
|
||||||
void MxLoopingFlcPresenter::Init()
|
void MxLoopingFlcPresenter::Init()
|
||||||
{
|
{
|
||||||
this->m_unk68 = 0;
|
this->m_unk68 = 0;
|
||||||
|
this->m_flags &= 0xfd;
|
||||||
|
this->m_flags &= 0xfb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// OFFSET: LEGO1 0x100b4432 STUB
|
||||||
|
void MxLoopingFlcPresenter::Destroy(MxBool p_param)
|
||||||
|
{
|
||||||
|
// TODO
|
||||||
|
}
|
||||||
@ -22,6 +22,8 @@ class MxLoopingFlcPresenter : public MxFlcPresenter
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
void Init();
|
void Init();
|
||||||
|
void Destroy(MxBool);
|
||||||
|
|
||||||
undefined4 m_unk68;
|
undefined4 m_unk68;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user