mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 02:31:15 +00:00
MxMediaManager & MxMusicPresenter
This commit is contained in:
parent
7d008ce069
commit
362db6423b
@ -45,6 +45,7 @@ class MxMediaPresenter : public MxPresenter
|
|||||||
undefined4 m_unk4c;
|
undefined4 m_unk4c;
|
||||||
private:
|
private:
|
||||||
void Init();
|
void Init();
|
||||||
|
protected:
|
||||||
void Destroy(MxBool p_fromDestructor);
|
void Destroy(MxBool p_fromDestructor);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
@ -33,7 +33,7 @@ void MxMusicPresenter::Destroy(MxBool p_fromDestructor)
|
|||||||
Init();
|
Init();
|
||||||
m_criticalSection.Leave();
|
m_criticalSection.Leave();
|
||||||
if (!p_fromDestructor) {
|
if (!p_fromDestructor) {
|
||||||
MxMediaPresenter::Destroy();
|
MxMediaPresenter::Destroy(FALSE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user