This commit is contained in:
Christian Semmler 2023-12-13 06:01:00 -05:00
parent f549c21e86
commit c446f3b1cf
2 changed files with 4 additions and 4 deletions

View File

@ -8,8 +8,8 @@ DECOMP_SIZE_ASSERT(MxCompositeMediaPresenter, 0x50)
// FUNCTION: LEGO1 0x10073ea0 // FUNCTION: LEGO1 0x10073ea0
MxCompositeMediaPresenter::MxCompositeMediaPresenter() MxCompositeMediaPresenter::MxCompositeMediaPresenter()
{ {
m_unk4c = 0; m_unk0x4c = 0;
m_unk4e = 0; m_unk0x4e = 0;
VideoManager()->AddPresenter(*this); VideoManager()->AddPresenter(*this);
} }

View File

@ -30,8 +30,8 @@ class MxCompositeMediaPresenter : public MxCompositePresenter {
virtual MxResult PutData(); // vtable+0x4c virtual MxResult PutData(); // vtable+0x4c
private: private:
undefined2 m_unk4c; // 0x4c undefined2 m_unk0x4c; // 0x4c
undefined m_unk4e; // 0x4e undefined m_unk0x4e; // 0x4e
}; };
// SYNTHETIC: LEGO1 0x10074000 // SYNTHETIC: LEGO1 0x10074000