mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-26 17:36:12 -05:00
Replace more magic numbers
This commit is contained in:
parent
c8930815c5
commit
e42e0d1ca2
1 changed files with 3 additions and 3 deletions
|
@ -311,9 +311,9 @@ MxLong Infocenter::HandleEndAction(MxEndActionNotificationParam& p_param)
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 11:
|
case 11:
|
||||||
if (m_infocenterState->GetInfocenterBufferElement(0) == NULL && m_currentInfomainScript != 40 &&
|
if (m_infocenterState->GetInfocenterBufferElement(0) == NULL && m_currentInfomainScript != c_mamaMovie &&
|
||||||
m_currentInfomainScript != 41 && m_currentInfomainScript != 42 && m_currentInfomainScript != 43 &&
|
m_currentInfomainScript != c_papaMovie && m_currentInfomainScript != c_pepperMovie &&
|
||||||
m_currentInfomainScript != 44) {
|
m_currentInfomainScript != c_nickMovie && m_currentInfomainScript != c_lauraMovie) {
|
||||||
m_infoManDialogueTimer = 1;
|
m_infoManDialogueTimer = 1;
|
||||||
PlayMusic(JukeBox::e_informationCenter);
|
PlayMusic(JukeBox::e_informationCenter);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue