fix code style

This commit is contained in:
Misha 2023-11-04 17:13:24 -04:00
parent 746749a3d2
commit 618bf5db12
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8
2 changed files with 4 additions and 4 deletions

View File

@ -160,7 +160,7 @@ void MxBackgroundAudioManager::StartAction(MxParam& p)
m_unk138 = (MxCompositePresenter*) ((MxNotificationParam&) p).GetSender(); m_unk138 = (MxCompositePresenter*) ((MxNotificationParam&) p).GetSender();
m_action2.SetAtomId(m_unk138->GetAction()->GetAtomId()); m_action2.SetAtomId(m_unk138->GetAction()->GetAtomId());
m_action2.SetObjectId(m_unk138->GetAction()->GetObjectId()); 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); m_unk138->VTable0x60(0);
} }