Add score statistic tracking (osu!).

This commit is contained in:
Dean Herbert
2017-04-19 15:40:10 +09:00
parent 662544e04f
commit 3b95fbab7d
10 changed files with 158 additions and 31 deletions

View File

@ -43,7 +43,7 @@ namespace osu.Game.Database
using (SerializationReader sr = new SerializationReader(s))
{
var ruleset = rulesets.GetRuleset(sr.ReadByte()).CreateInstance();
score = ruleset.CreateScoreProcessor().CreateScore();
score = ruleset.CreateScoreProcessor().CreateEmptyScore();
/* score.Pass = true;*/
var version = sr.ReadInt32();