mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +00:00
fix code style
This commit is contained in:
parent
746749a3d2
commit
618bf5db12
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -9,9 +9,9 @@ class MxCore;
|
|||||||
|
|
||||||
enum MxParamType {
|
enum MxParamType {
|
||||||
PARAM_NONE = 0,
|
PARAM_NONE = 0,
|
||||||
c_notificationStartAction = 1, // 100dc210:100d8350
|
c_notificationStartAction = 1, // 100dc210:100d8350
|
||||||
c_notificationEndAction = 2, // 100d8358:100d8350
|
c_notificationEndAction = 2, // 100d8358:100d8350
|
||||||
TYPE4 = 4, // 100dc208:100d8350
|
TYPE4 = 4, // 100dc208:100d8350
|
||||||
MXPRESENTER_NOTIFICATION = 5,
|
MXPRESENTER_NOTIFICATION = 5,
|
||||||
MXSTREAMER_DELETE_NOTIFY = 6, // 100dc760
|
MXSTREAMER_DELETE_NOTIFY = 6, // 100dc760
|
||||||
c_notificationKeyPress = 7, // 100d6aa0
|
c_notificationKeyPress = 7, // 100d6aa0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user