Commit 986f6a8c authored by nanahira's avatar nanahira

only for safety

parent 6202fb26
...@@ -59,6 +59,11 @@ class AutoScore { ...@@ -59,6 +59,11 @@ class AutoScore {
380000, 380000,
] ]
} }
if (this.GetMaxCombo() === 0) {
this.ScoreDiff = 100;
this.ScoreInit = 450;
return;
}
const target = this.GetTargetScore(difficulty, level); const target = this.GetTargetScore(difficulty, level);
this.Score = 0; this.Score = 0;
this.ScoreDiff = 0; this.ScoreDiff = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment