MxLoopingFlcPresenter ctor/half of Init

This commit is contained in:
Joshua Peisach 2023-10-03 16:39:42 -04:00 committed by GitHub
parent f9cd17e3dc
commit 923016e94d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,10 +4,10 @@
DECOMP_SIZE_ASSERT(MxLoopingFlcPresenter, 0x6c); DECOMP_SIZE_ASSERT(MxLoopingFlcPresenter, 0x6c);
// OFFSET: LEGO1 0x100b4310 STUB // OFFSET: LEGO1 0x100b4310
MxLoopingFlcPresenter::MxLoopingFlcPresenter() MxLoopingFlcPresenter::MxLoopingFlcPresenter()
{ {
// TODO Init();
} }
// OFFSET: LEGO1 0x100b43b0 STUB // OFFSET: LEGO1 0x100b43b0 STUB
@ -16,8 +16,8 @@ MxLoopingFlcPresenter::~MxLoopingFlcPresenter()
// TODO // TODO
} }
// OFFSET: LEGO1 0x100b4410 STUB // OFFSET: LEGO1 0x100b4410
void MxLoopingFlcPresenter::Init() void MxLoopingFlcPresenter::Init()
{ {
// TODO this->m_unk68 = 0;
} }