1
0
mirror of synced 2024-11-28 01:10:53 +01:00

Micro fix for #BOXTYPE undefined in difficulty selection screen

This commit is contained in:
0aubsq 2021-10-19 04:32:26 +02:00
parent a3463ff958
commit 244e3fd167

View File

@ -296,6 +296,11 @@ namespace TJAPlayer3
// int boxType = nStrジャンルtoNum(TJAPlayer3.stage選曲.r現在選択中の曲.strジャンル);
int boxType = TJAPlayer3.stage選曲.r現在選択中の曲.BoxType;
if (!TJAPlayer3.stage選曲.r現在選択中の曲.isChangedBoxType)
{
boxType = nStrジャンルtoNum(TJAPlayer3.stage選曲.r現在選択中の曲.strジャンル);
}
TJAPlayer3.Tx.Difficulty_Back[boxType].Opacity =
(TJAPlayer3.stage選曲.act曲リスト.ctDifficultyIn.n現在の値 - 1255);