111
This commit is contained in:
@@ -23,12 +23,14 @@ namespace Ichni.Menu
|
||||
buttons[i].SetUp(difficulties[i]);
|
||||
}
|
||||
|
||||
if (MenuManager.instance.songSelectionUIPage.currentSelectedDifficultyIndex >= difficultyCount)
|
||||
SongSelectionRecord songSelectionRecord = MenuInformationRecorder.instance.GetRecordOfThisChapter();
|
||||
|
||||
if (songSelectionRecord.difficultyIndex >= difficultyCount)
|
||||
{
|
||||
MenuManager.instance.songSelectionUIPage.currentSelectedDifficultyIndex = difficultyCount - 1;
|
||||
songSelectionRecord.difficultyIndex = difficultyCount - 1;
|
||||
}
|
||||
|
||||
buttons[MenuManager.instance.songSelectionUIPage.currentSelectedDifficultyIndex].Select();
|
||||
buttons[songSelectionRecord.difficultyIndex].Select();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user