diff --git a/source/Highscore.hx b/source/Highscore.hx index 96d2ab6..8d82fcb 100644 --- a/source/Highscore.hx +++ b/source/Highscore.hx @@ -10,7 +10,7 @@ class Highscore public static var songCombos:Map = new Map(); #else public static var songScores:Map = new Map(); - public static var songCombos:Map = new Map(); + public static var songCombos:Map = new Map(); #end @@ -156,4 +156,4 @@ class Highscore songCombos = FlxG.save.data.songCombos; } } -} \ No newline at end of file +}