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

Fix broken counter & remove one of the avaliable animations counterparts to avoid weird glows

This commit is contained in:
0aubsq 2022-04-02 23:42:29 +02:00
parent 438e3c1e84
commit 083f940253
2 changed files with 4 additions and 2 deletions

View File

@ -48,8 +48,8 @@ namespace TJAPlayer3
{
if (TJAPlayer3.Tx.Characters_Menu_Select[_charaId].Length > 0)
return TJAPlayer3.Tx.Characters_Menu_Select[_charaId];
if (TJAPlayer3.Tx.Characters_10Combo_Maxed[_charaId].Length > 0)
return TJAPlayer3.Tx.Characters_10Combo_Maxed[_charaId];
//if (TJAPlayer3.Tx.Characters_10Combo_Maxed[_charaId].Length > 0)
// return TJAPlayer3.Tx.Characters_10Combo_Maxed[_charaId];
if (TJAPlayer3.Tx.Characters_10Combo[_charaId].Length > 0)
return TJAPlayer3.Tx.Characters_10Combo[_charaId];
break;

View File

@ -269,6 +269,8 @@ namespace TJAPlayer3
TJAPlayer3.Skin.sound決定音.t再生する();
TJAPlayer3.stage選曲.act曲リスト.ctBarOpen.t開始(100, 260, 2, TJAPlayer3.Timer);
this.bIsDifficltSelect = false;
CMenuCharacter.tDisableCounter(CMenuCharacter.ECharacterAnimation.START);
}
else if (n現在の選択行[1] == 1)
{