MxFlcPresenter ctor/dtor (#132)

* MxFlcPresenter ctor/dtor

* Match constructor

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Joshua Peisach
2023-09-20 07:48:46 -04:00
committed by GitHub
parent d145f914c4
commit 1d3c1bdbd1
3 changed files with 10 additions and 6 deletions

View File

@@ -4,14 +4,18 @@
DECOMP_SIZE_ASSERT(MxFlcPresenter, 0x68);
// OFFSET: LEGO1 0x100b3310 STUB
// OFFSET: LEGO1 0x100b3310
MxFlcPresenter::MxFlcPresenter()
{
// TODO
this->m_unk64 = 0;
this->m_flags &= 0xfd;
this->m_flags &= 0xfb;
}
// OFFSET: LEGO1 0x100b3420 STUB
// OFFSET: LEGO1 0x100b3420
MxFlcPresenter::~MxFlcPresenter()
{
// TODO
if (this->m_unk64) {
delete this->m_unk64;
}
}