From 618bf5db1227136e8318d49352249a6e0359fb2a Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Sat, 4 Nov 2023 17:13:24 -0400 Subject: [PATCH] fix code style --- LEGO1/mxbackgroundaudiomanager.cpp | 2 +- LEGO1/mxnotificationparam.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LEGO1/mxbackgroundaudiomanager.cpp b/LEGO1/mxbackgroundaudiomanager.cpp index cba68627..a792abe1 100644 --- a/LEGO1/mxbackgroundaudiomanager.cpp +++ b/LEGO1/mxbackgroundaudiomanager.cpp @@ -160,7 +160,7 @@ void MxBackgroundAudioManager::StartAction(MxParam& p) m_unk138 = (MxCompositePresenter*) ((MxNotificationParam&) p).GetSender(); m_action2.SetAtomId(m_unk138->GetAction()->GetAtomId()); m_action2.SetObjectId(m_unk138->GetAction()->GetObjectId()); - m_unk144 = ((MxDSSound*)(m_unk138->GetAction()))->GetVolume(); + m_unk144 = ((MxDSSound*) (m_unk138->GetAction()))->GetVolume(); m_unk138->VTable0x60(0); } diff --git a/LEGO1/mxnotificationparam.h b/LEGO1/mxnotificationparam.h index c74ee937..36c21b24 100644 --- a/LEGO1/mxnotificationparam.h +++ b/LEGO1/mxnotificationparam.h @@ -9,9 +9,9 @@ class MxCore; enum MxParamType { PARAM_NONE = 0, - c_notificationStartAction = 1, // 100dc210:100d8350 - c_notificationEndAction = 2, // 100d8358:100d8350 - TYPE4 = 4, // 100dc208:100d8350 + c_notificationStartAction = 1, // 100dc210:100d8350 + c_notificationEndAction = 2, // 100d8358:100d8350 + TYPE4 = 4, // 100dc208:100d8350 MXPRESENTER_NOTIFICATION = 5, MXSTREAMER_DELETE_NOTIFY = 6, // 100dc760 c_notificationKeyPress = 7, // 100d6aa0