mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-27 10:11:15 +00:00
Rename MxMusicPresenter function vtable38
This commit is contained in:
parent
91c3ed3e70
commit
06906af0c6
@ -49,8 +49,7 @@ MxResult MxMusicPresenter::AddToMusicManager()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x100c25d0
|
// OFFSET: LEGO1 0x100c25d0
|
||||||
void MxMusicPresenter::vtable38()
|
void MxMusicPresenter::DestroyPermanent()
|
||||||
{
|
{
|
||||||
// TODO: Name this function when we know what the argument to Destroy does
|
|
||||||
Destroy(FALSE);
|
Destroy(FALSE);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -25,7 +25,7 @@ class MxMusicPresenter : public MxAudioPresenter
|
|||||||
virtual ~MxMusicPresenter() override;
|
virtual ~MxMusicPresenter() override;
|
||||||
|
|
||||||
virtual MxResult AddToMusicManager(); // vtable+0x34
|
virtual MxResult AddToMusicManager(); // vtable+0x34
|
||||||
virtual void vtable38(); // vtable+0x38
|
virtual void DestroyPermanent(); // vtable+0x38
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void Init();
|
void Init();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user