1
0
mirror of synced 2025-02-16 10:42:39 +01:00

Extend the previous fix to folders

This commit is contained in:
0aubsq 2021-11-25 19:49:49 +01:00
parent 3f7418991e
commit 2f4159b912

View File

@ -1388,8 +1388,6 @@ namespace TJAPlayer3
}
}
// Third assignment
this.r確定された曲 = song.listランダム用ードリスト[song.stackランダム演奏番号.Pop()];
this.n確定された曲の難易度[0] = this.act曲リスト.n現在のアンカ難易度レベルに最も近い難易度レベルを返す(this.r確定された曲);
@ -1506,7 +1504,10 @@ namespace TJAPlayer3
{
if ((c曲リストード.eード種別 == C曲リストード.Eード種別.SCORE) || (c曲リストード.eード種別 == C曲リストード.Eード種別.SCORE_MIDI))
{
list.Add(c曲リストード);
// Don't add Dan/Tower charts for Random
int diff = this.act曲リスト.n現在のアンカ難易度レベルに最も近い難易度レベルを返す(c曲リストード);
if (diff < (int)Difficulty.Tower)
list.Add(c曲リストード);
}
if ((c曲リストード.list子リスト != null) && TJAPlayer3.ConfigIni.bランダムセレクトで子BOXを検索対象とする)
{