From 524e2759d67da296c1080c4b5b46865d49e168c4 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 6 Oct 2023 18:09:53 -0400 Subject: [PATCH] Rename parameter --- LEGO1/mxaudiopresenter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LEGO1/mxaudiopresenter.cpp b/LEGO1/mxaudiopresenter.cpp index 4f36dabc..48a02377 100644 --- a/LEGO1/mxaudiopresenter.cpp +++ b/LEGO1/mxaudiopresenter.cpp @@ -11,7 +11,7 @@ undefined4 MxAudioPresenter::vtable5c() } // OFFSET: LEGO1 0x1000d270 -void MxAudioPresenter::vtable60(undefined4 p_param) +void MxAudioPresenter::vtable60(undefined4 p_unk50) { - this->m_unk50 = p_param; + this->m_unk50 = p_unk50; }