mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Removing this-> from legoloadcachesoundpresenter.cpp
This commit is contained in:
parent
b4c9d78eb4
commit
8e4834c7da
@ -21,15 +21,15 @@ LegoLoadCacheSoundPresenter::~LegoLoadCacheSoundPresenter()
|
|||||||
// FUNCTION: LEGO1 0x100184e0
|
// FUNCTION: LEGO1 0x100184e0
|
||||||
void LegoLoadCacheSoundPresenter::Init()
|
void LegoLoadCacheSoundPresenter::Init()
|
||||||
{
|
{
|
||||||
this->m_unk0x70 = NULL;
|
m_unk0x70 = NULL;
|
||||||
this->m_unk0x78 = 0;
|
m_unk0x78 = 0;
|
||||||
this->m_unk0x7c = 0;
|
m_unk0x7c = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x100184f0
|
// FUNCTION: LEGO1 0x100184f0
|
||||||
void LegoLoadCacheSoundPresenter::Destroy(MxBool p_fromDestructor)
|
void LegoLoadCacheSoundPresenter::Destroy(MxBool p_fromDestructor)
|
||||||
{
|
{
|
||||||
delete[] this->m_unk0x70;
|
delete[] m_unk0x70;
|
||||||
MxWavePresenter::Destroy(p_fromDestructor);
|
MxWavePresenter::Destroy(p_fromDestructor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user