1
0
mirror of synced 2024-11-24 07:30:21 +01:00

Fix dumb heya crash

This commit is contained in:
0aubsq 2022-04-03 00:37:37 +02:00
parent 981b5e4260
commit 498545e5b6

View File

@ -540,10 +540,10 @@ namespace TJAPlayer3
{
// Reload character, a bit time expensive but with a O(N) memory complexity instead of O(N * M)
TJAPlayer3.Tx.ReloadCharacter(TJAPlayer3.NamePlateConfig.data.Character[iPlayer], iCharacterCurrent, iPlayer);
CMenuCharacter.tMenuResetTimer(CMenuCharacter.ECharacterAnimation.NORMAL);
TJAPlayer3.NamePlateConfig.data.Character[iPlayer] = iCharacterCurrent;
CMenuCharacter.tMenuResetTimer(CMenuCharacter.ECharacterAnimation.NORMAL);
TJAPlayer3.NamePlateConfig.tApplyHeyaChanges();
iCurrentMenu = -1;