1
0
mirror of synced 2024-11-24 15:40:22 +01:00

Fix edge crash with characters on main menu

This commit is contained in:
0aubsq 2022-04-03 11:25:10 +02:00
parent 206480aaa8
commit d67485866d

View File

@ -201,6 +201,7 @@ namespace TJAPlayer3
{
// Hit 1P banapass
TJAPlayer3.SaveFile = 0;
CMenuCharacter.tMenuResetTimer(CMenuCharacter.ECharacterAnimation.ENTRY_NORMAL);
this.ctバナパス読み込み待機.t開始(0, 600, 1, TJAPlayer3.Timer);
this.ctバナパス読み込み待機.n現在の値 = (int)this.ctバナパス読み込み待機.n終了値;
for (int i = 0; i < 2; i++)
@ -210,6 +211,7 @@ namespace TJAPlayer3
{
// Hit 2P banapass
TJAPlayer3.SaveFile = 1;
CMenuCharacter.tMenuResetTimer(CMenuCharacter.ECharacterAnimation.ENTRY_NORMAL);
this.ctバナパス読み込み待機.t開始(0, 600, 1, TJAPlayer3.Timer);
this.ctバナパス読み込み待機.n現在の値 = (int)this.ctバナパス読み込み待機.n終了値;
for (int i = 0; i < 2; i++)