Fix dumb heya crash
This commit is contained in:
parent
981b5e4260
commit
498545e5b6
@ -540,10 +540,10 @@ namespace TJAPlayer3
|
|||||||
{
|
{
|
||||||
// Reload character, a bit time expensive but with a O(N) memory complexity instead of O(N * M)
|
// 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);
|
TJAPlayer3.Tx.ReloadCharacter(TJAPlayer3.NamePlateConfig.data.Character[iPlayer], iCharacterCurrent, iPlayer);
|
||||||
CMenuCharacter.tMenuResetTimer(CMenuCharacter.ECharacterAnimation.NORMAL);
|
|
||||||
|
|
||||||
TJAPlayer3.NamePlateConfig.data.Character[iPlayer] = iCharacterCurrent;
|
TJAPlayer3.NamePlateConfig.data.Character[iPlayer] = iCharacterCurrent;
|
||||||
|
|
||||||
|
CMenuCharacter.tMenuResetTimer(CMenuCharacter.ECharacterAnimation.NORMAL);
|
||||||
|
|
||||||
TJAPlayer3.NamePlateConfig.tApplyHeyaChanges();
|
TJAPlayer3.NamePlateConfig.tApplyHeyaChanges();
|
||||||
|
|
||||||
iCurrentMenu = -1;
|
iCurrentMenu = -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user