From ecb017149d8b8cf832e3ce1b77425e98943aa0ad Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Tue, 14 Nov 2023 15:31:04 -0500 Subject: [PATCH] Update mxwavepresenter.cpp --- LEGO1/mxwavepresenter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LEGO1/mxwavepresenter.cpp b/LEGO1/mxwavepresenter.cpp index 8305c55c..e1ae2782 100644 --- a/LEGO1/mxwavepresenter.cpp +++ b/LEGO1/mxwavepresenter.cpp @@ -152,7 +152,7 @@ void MxWavePresenter::StartingTickle() EndAction(); } else { - vtable60(((MxDSSound*) m_action)->GetVolume()); + SetVolume(((MxDSSound*) m_action)->GetVolume()); m_previousTickleStates |= 1 << (unsigned char) m_currentTickleState; m_currentTickleState = TickleState_Streaming; } @@ -191,7 +191,7 @@ void MxWavePresenter::EndAction() } // OFFSET: LEGO1 0x100b2300 STUB -void MxWavePresenter::vtable60(undefined4) +void MxWavePresenter::SetVolume(MxU32 p_volume) { // TODO }