mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +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
|
||||
void MxMusicPresenter::vtable38()
|
||||
void MxMusicPresenter::DestroyPermanent()
|
||||
{
|
||||
// TODO: Name this function when we know what the argument to Destroy does
|
||||
Destroy(FALSE);
|
||||
}
|
||||
|
||||
@ -25,7 +25,7 @@ class MxMusicPresenter : public MxAudioPresenter
|
||||
virtual ~MxMusicPresenter() override;
|
||||
|
||||
virtual MxResult AddToMusicManager(); // vtable+0x34
|
||||
virtual void vtable38(); // vtable+0x38
|
||||
virtual void DestroyPermanent(); // vtable+0x38
|
||||
|
||||
private:
|
||||
void Init();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user