Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
MF42-DZH committed Dec 29, 2019
1 parent 203e56f commit e8341de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zeroxfc/nullpo/custom/modes/RollTraining.java
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ public void renderResult(GameEngine engine, int playerID) {

if (usedSpeed == SPEED_TAP) {
grade = tapGrade >= 1.0 ? "GM" : "M";
if (!useMRoll) grade = "S9";
gc = ((!useMRoll && engine.statistics.time >= TIME_LIMITS[0]) || engine.statistics.lines >= 32) ? EventReceiver.COLOR_ORANGE : EventReceiver.COLOR_GREEN;
} else {
grade = "+" + String.format("%.2f", tiGrade);
Expand Down

0 comments on commit e8341de

Please sign in to comment.