Review changes

This commit is contained in:
tgi74000
2018-04-16 14:14:40 +02:00
parent 3454ec1ca3
commit 9b36cf2066
8 changed files with 54 additions and 55 deletions

View File

@ -66,7 +66,7 @@ namespace osu.Game.Rulesets.Scoring.Legacy
/* score.Perfect = */
sr.ReadBoolean();
/* score.EnabledMods = (Mods)*/
score.Mods = currentRuleset.GetLegacyModsFor((LegacyMods)sr.ReadInt32()).ToArray();
score.Mods = currentRuleset.ConvertLegacyMods((LegacyMods)sr.ReadInt32()).ToArray();
/* score.HpGraphString = */
sr.ReadString();
/* score.Date = */