mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Disable character selection by clicking icon in 1.0
This commit is contained in:
parent
f5f44a8c39
commit
ebdddbe3f6
@ -309,29 +309,32 @@ MxLong Infocenter::HandleEndAction(MxEndActionNotificationParam& p_param)
|
|||||||
|
|
||||||
if (!m_unk0x1d4) {
|
if (!m_unk0x1d4) {
|
||||||
PlayMusic(JukeboxScript::c_InformationCenter_Music);
|
PlayMusic(JukeboxScript::c_InformationCenter_Music);
|
||||||
GameState()->SetActor(m_selectedCharacter);
|
|
||||||
|
|
||||||
switch (m_selectedCharacter) {
|
if (!Lego()->IsVersion10()) {
|
||||||
case e_pepper:
|
GameState()->SetActor(m_selectedCharacter);
|
||||||
PlayAction(InfomainScript::c_avo901in_RunAnim);
|
|
||||||
break;
|
switch (m_selectedCharacter) {
|
||||||
case e_mama:
|
case e_pepper:
|
||||||
PlayAction(InfomainScript::c_avo902in_RunAnim);
|
PlayAction(InfomainScript::c_avo901in_RunAnim);
|
||||||
break;
|
break;
|
||||||
case e_papa:
|
case e_mama:
|
||||||
PlayAction(InfomainScript::c_avo903in_RunAnim);
|
PlayAction(InfomainScript::c_avo902in_RunAnim);
|
||||||
break;
|
break;
|
||||||
case e_nick:
|
case e_papa:
|
||||||
PlayAction(InfomainScript::c_avo904in_RunAnim);
|
PlayAction(InfomainScript::c_avo903in_RunAnim);
|
||||||
break;
|
break;
|
||||||
case e_laura:
|
case e_nick:
|
||||||
PlayAction(InfomainScript::c_avo905in_RunAnim);
|
PlayAction(InfomainScript::c_avo904in_RunAnim);
|
||||||
break;
|
break;
|
||||||
default:
|
case e_laura:
|
||||||
break;
|
PlayAction(InfomainScript::c_avo905in_RunAnim);
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
UpdateFrameHot(TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
UpdateFrameHot(TRUE);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user