Disable character selection by clicking icon in 1.0

This commit is contained in:
Christian Semmler 2025-06-26 16:48:44 -07:00
parent f5f44a8c39
commit ebdddbe3f6

View File

@ -309,6 +309,8 @@ MxLong Infocenter::HandleEndAction(MxEndActionNotificationParam& p_param)
if (!m_unk0x1d4) {
PlayMusic(JukeboxScript::c_InformationCenter_Music);
if (!Lego()->IsVersion10()) {
GameState()->SetActor(m_selectedCharacter);
switch (m_selectedCharacter) {
@ -334,6 +336,7 @@ MxLong Infocenter::HandleEndAction(MxEndActionNotificationParam& p_param)
UpdateFrameHot(TRUE);
}
}
}
MxLong result = m_radio.Notify(p_param);