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