mark as missed when combo exceeds max combo in replay file

This commit is contained in:
yugecin
2017-12-22 12:28:10 +01:00
parent 992ec7afd8
commit 3bccdc5540
2 changed files with 17 additions and 5 deletions

View File

@@ -1227,7 +1227,7 @@ public class GameData {
/**
* Increases the combo streak by one.
*/
private void incrementComboStreak() {
protected void incrementComboStreak() {
combo++;
comboPopTime = 0;
if (combo > comboMax)