From dbced4c5d616602725fbabf0e909756203eb7a16 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 13 Jan 2024 17:22:03 -0500 Subject: [PATCH] Fix audio presenter --- LEGO1/lego/legoomni/include/islepathactor.h | 1 + LEGO1/omni/include/mxaudiopresenter.h | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/LEGO1/lego/legoomni/include/islepathactor.h b/LEGO1/lego/legoomni/include/islepathactor.h index aa61bbd8..5c0950c3 100644 --- a/LEGO1/lego/legoomni/include/islepathactor.h +++ b/LEGO1/lego/legoomni/include/islepathactor.h @@ -13,6 +13,7 @@ class IslePathActor : public LegoPathActor { public: IslePathActor(); + // FUNCTION: LEGO1 0x10002e10 inline virtual ~IslePathActor() override { IslePathActor::Destroy(TRUE); } // vtable+0x0 diff --git a/LEGO1/omni/include/mxaudiopresenter.h b/LEGO1/omni/include/mxaudiopresenter.h index 4033f84d..cd53351f 100644 --- a/LEGO1/omni/include/mxaudiopresenter.h +++ b/LEGO1/omni/include/mxaudiopresenter.h @@ -33,4 +33,10 @@ class MxAudioPresenter : public MxMediaPresenter { MxS32 m_volume; }; +// SYNTHETIC: LEGO1 0x1000d370 +// MxAudioPresenter::`scalar deleting destructor' + +// FUNCTION: LEGO1 0x1000d3e0 +// MxAudioPresenter::~MxAudioPresenter + #endif // MXAUDIOPRESENTER_H