Merge remote-tracking branch 'upstream/master' into patch-3
This commit is contained in:
@ -253,15 +253,7 @@ class FreeplayState extends MusicBeatState
|
||||
combo = Highscore.getCombo(songHighscore, curDifficulty);
|
||||
#end
|
||||
|
||||
switch (curDifficulty)
|
||||
{
|
||||
case 0:
|
||||
diffText.text = "EASY";
|
||||
case 1:
|
||||
diffText.text = 'NORMAL';
|
||||
case 2:
|
||||
diffText.text = "HARD";
|
||||
}
|
||||
diffText.text = CoolUtil.difficultyFromInt(curDifficulty).toUpperCase();
|
||||
}
|
||||
|
||||
function changeSelection(change:Int = 0)
|
||||
|
Reference in New Issue
Block a user