feat(glue): add calls to show character in CCharacterSelection::UpdateCharacterList

This commit is contained in:
fallenoak 2025-10-05 19:45:17 -05:00
parent 6c9d15d6f7
commit be3447983b
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -100,8 +100,7 @@ void CCharacterSelection::UpdateCharacterList() {
if (CCharacterSelection::s_characterList.Count() == 0) {
CCharacterSelection::s_selectionIndex = 0;
// TODO Sub4E3CD0();
CCharacterSelection::ShowCharacter();
FrameScript_SignalEvent(8, "%d", CCharacterSelection::s_selectionIndex + 1);
@ -131,8 +130,7 @@ void CCharacterSelection::UpdateCharacterList() {
int32_t selectionIndex = 0;
CCharacterSelection::s_selectionIndex = selectionIndex;
// TODO Sub4E3CD0();
CCharacterSelection::ShowCharacter();
FrameScript_SignalEvent(8, "%d", CCharacterSelection::s_selectionIndex + 1);
}