Match MxMediaPresenter::Init

This commit is contained in:
Joshua Peisach 2023-09-10 21:03:02 -04:00
parent dc18b5d9c1
commit f49e97ea2f
No known key found for this signature in database
GPG Key ID: 41C3D4189AFEDB5A

View File

@ -9,8 +9,11 @@ MxLong MxMediaPresenter::Tickle()
return 0; return 0;
} }
// OFFSET: LEGO1 0x100b54e0 STUB // OFFSET: LEGO1 0x100b54e0
void MxMediaPresenter::Init() void MxMediaPresenter::Init()
{ {
// TODO this->m_unk40 = NULL;
this->m_unk44 = NULL;
this->m_unk48 = NULL;
this->m_unk4c = NULL;
} }