mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
feat(glue): add calls to show character in CCharacterSelection::UpdateCharacterList
This commit is contained in:
parent
6c9d15d6f7
commit
be3447983b
@ -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);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user