Revert "fix freeplay locking thing"

This reverts commit 2cd24cadc9.
This commit is contained in:
M&M
2021-07-03 00:39:31 -07:00
parent 293df1e2b8
commit cbb12ccd34

View File

@ -318,10 +318,6 @@ class FreeplayState extends MusicBeatState
function changeDiff(change:Int = 0)
{
if (songs[curSelected += change] == null)
return;
curDifficulty += change;
if (curDifficulty < 0)
@ -353,9 +349,6 @@ class FreeplayState extends MusicBeatState
// NGio.logEvent('Fresh');
FlxG.sound.play(Paths.sound('scrollMenu'), 0.4);
if (songs[curSelected += change] == null)
return;
curSelected += change;
if (curSelected < 0)