mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 16:47:46 +08:00
Compare against MaxCombo instead
This commit is contained in:
parent
6e33509417
commit
f6069d8d93
@ -93,7 +93,7 @@ namespace osu.Game.Scoring.Legacy
|
||||
sw.Write((ushort)(score.ScoreInfo.GetCountMiss() ?? 0));
|
||||
sw.Write((int)(score.ScoreInfo.TotalScore));
|
||||
sw.Write((ushort)score.ScoreInfo.MaxCombo);
|
||||
sw.Write(score.ScoreInfo.Combo == score.ScoreInfo.GetMaximumAchievableCombo());
|
||||
sw.Write(score.ScoreInfo.MaxCombo == score.ScoreInfo.GetMaximumAchievableCombo());
|
||||
sw.Write((int)score.ScoreInfo.Ruleset.CreateInstance().ConvertToLegacyMods(score.ScoreInfo.Mods));
|
||||
|
||||
sw.Write(getHpGraphFormatted());
|
||||
|
Loading…
Reference in New Issue
Block a user