1
0
mirror of synced 2025-02-20 04:21:02 +01:00
This commit is contained in:
0aubsq 2021-11-30 11:01:32 +01:00
parent c3bc9ce44c
commit 27ab3d0b77
2 changed files with 16 additions and 0 deletions

View File

@ -1073,6 +1073,22 @@ namespace TJAPlayer3
for (int i = 0; i < CExamInfo.cMaxExam; i++)
{
if (ExamChange[i] == true)
{
for (int j = 1; j < CExamInfo.cExamMaxSongs; j++)
{
if (!(TJAPlayer3.stage選曲.r確定された曲.DanSongs[j - 1].Dan_C[i] != null))
continue;
bool rainbowBetterSuccess = GetExamStatus(TJAPlayer3.stage選曲.r確定された曲.DanSongs[j - 1].Dan_C[i]) == Exam.Status.Better_Success;
if (!rainbowBetterSuccess) status = Exam.Status.Success;
}
}
if (dan_C[i] == null || dan_C[i].GetEnable() != true)
continue;

Binary file not shown.