mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Clean up Destroy
pattern everywhere, fix missing overrides (#202)
* Rename MxMusicPresenter function vtable38 * Rename MxMusicPresenter function vtable38 * MxMediaPresenter, MxMusicManager and MxMusicPresenter * Refactoring Destroy functions * MxMediaManager & MxMusicPresenter * Fix some vtable declarations, more renames * Fix MxEventManager * More rename fixes --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -33,7 +33,7 @@ MxVideoPresenter::~MxVideoPresenter()
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x1000c7a0 STUB
|
||||
void MxVideoPresenter::InitVirtual()
|
||||
void MxVideoPresenter::Destroy()
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
@@ -71,7 +71,7 @@ void MxVideoPresenter::Init()
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x100b27b0 STUB
|
||||
void MxVideoPresenter::Destroy(MxBool)
|
||||
void MxVideoPresenter::Destroy(MxBool p_fromDestructor)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
Reference in New Issue
Block a user