diff --git a/LEGO1/legoloadcachesoundpresenter.cpp b/LEGO1/legoloadcachesoundpresenter.cpp index 89502dad..41445182 100644 --- a/LEGO1/legoloadcachesoundpresenter.cpp +++ b/LEGO1/legoloadcachesoundpresenter.cpp @@ -17,7 +17,7 @@ LegoLoadCacheSoundPresenter::~LegoLoadCacheSoundPresenter() // FUNCTION: LEGO1 0x100184e0 void LegoLoadCacheSoundPresenter::Init() { - this->m_unk0x70 = 0; + this->m_unk0x70 = NULL; this->m_unk0x78 = 0; this->m_unk0x7c = 0; } diff --git a/LEGO1/legoloadcachesoundpresenter.h b/LEGO1/legoloadcachesoundpresenter.h index 25157962..c9255b01 100644 --- a/LEGO1/legoloadcachesoundpresenter.h +++ b/LEGO1/legoloadcachesoundpresenter.h @@ -22,13 +22,15 @@ class LegoLoadCacheSoundPresenter : public MxWavePresenter { void Init(); void Destroy(MxBool p_fromDestructor); - // TODO: Types - undefined4* m_unk0x6c; - undefined4* m_unk0x70; // might be a void* as per Destroy function - undefined4 m_unk0x74; - undefined4 m_unk0x78; - undefined m_unk0x7c; - undefined4 m_unk0x7d[4]; + undefined4* m_unk0x6c; // 0x6c + undefined4* m_unk0x70; // 0x70 + undefined4 m_unk0x74; // 0x74 + undefined4 m_unk0x78; // 0x78 + undefined m_unk0x7c; // 0x7c + undefined4 m_unk0x80[4]; // 0x80 }; +// SYNTHETIC: LEGO1 0x10018460 +// LegoLoadCacheSoundPresenter::`scalar deleting destructor' + #endif // LEGOLOADCACHESOUNDPRESENTER_H