MxLoopingFlcPresenter: add members to match size

This commit is contained in:
Anonymous Maarten 2023-06-30 04:50:07 +02:00
parent 1087094b2e
commit 163e771879
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,9 @@
#include "mxloopingflcpresenter.h" #include "mxloopingflcpresenter.h"
#include "decomp.h"
DECOMP_STATIC_ASSERT(sizeof(MxLoopingFlcPresenter) == 108);
// OFFSET: LEGO1 0x100b4310 STUB // OFFSET: LEGO1 0x100b4310 STUB
MxLoopingFlcPresenter::MxLoopingFlcPresenter() MxLoopingFlcPresenter::MxLoopingFlcPresenter()
{ {

View File

@ -3,6 +3,8 @@
#include "mxflcpresenter.h" #include "mxflcpresenter.h"
#include "decomp.h"
// VTABLE 0x100dc480 // VTABLE 0x100dc480
// SIZE 0x6c // SIZE 0x6c
class MxLoopingFlcPresenter : public MxFlcPresenter class MxLoopingFlcPresenter : public MxFlcPresenter
@ -17,9 +19,10 @@ class MxLoopingFlcPresenter : public MxFlcPresenter
// 0x10101e20 // 0x10101e20
return "MxLoopingFlcPresenter"; return "MxLoopingFlcPresenter";
} }
private: private:
void Init(); void Init();
undefined4 m_unk68;
}; };
#endif // MXLOOPINGFLCPRESENTER_H #endif // MXLOOPINGFLCPRESENTER_H