1
0
mirror of synced 2025-01-31 12:03:51 +01:00

Fix (?) Tower and Dan charts appearing while using random

This commit is contained in:
0aubsq 2021-11-25 19:28:44 +01:00
parent f34ea1860f
commit 3f7418991e

View File

@ -1483,7 +1483,8 @@ namespace TJAPlayer3
if ((c曲リストード.eード種別 == C曲リストード.Eード種別.SCORE) || (c曲リストード.eード種別 == C曲リストード.Eード種別.SCORE_MIDI))
{
// Don't add Dan/Tower charts for Random
if (c曲リストード.arスコア[(int)Difficulty.Tower] == null && c曲リストード.arスコア[(int)Difficulty.Dan] == null)
int diff = this.act曲リスト.n現在のアンカ難易度レベルに最も近い難易度レベルを返す(c曲リストード);
if (diff < (int)Difficulty.Tower)
list.Add(c曲リストード);
}
if ((c曲リストード.list子リスト != null) && TJAPlayer3.ConfigIni.bランダムセレクトで子BOXを検索対象とする)