Rename MxMusicPresenter function vtable38

This commit is contained in:
DimaLeon2000 2023-10-13 06:59:45 +09:00
parent 91c3ed3e70
commit 06906af0c6
2 changed files with 2 additions and 3 deletions

View File

@ -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);
} }

View File

@ -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();