Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 11fcea9

Browse files
committed
bah
1 parent a35b12e commit 11fcea9

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

source/FreeplayState.hx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,6 @@ class FreeplayState extends MusicBeatState
352352
PlayState.storyDifficulty = curDifficulty;
353353
diffText.text = '< ' + CoolUtil.difficultyString() + ' >';
354354
positionHighscore();
355-
356-
// CURRENTLY DISABLED CUSTOM DIFFICULTIES UNTIL THE OFFICIAL 0.5 RELEASE, BUGFIXING SHIT
357355
}
358356

359357
function changeSelection(change:Int = 0)
@@ -411,17 +409,19 @@ class FreeplayState extends MusicBeatState
411409
}
412410
}
413411

414-
CoolUtil.difficultyStuff = [
412+
// CURRENTLY DISABLED CUSTOM DIFFICULTIES UNTIL THE OFFICIAL 0.5 RELEASE, BUGFIXING SHIT
413+
414+
/*CoolUtil.difficultyStuff = [
415415
['Easy', '-easy'],
416416
['Normal', ''],
417417
['Hard', '-hard']
418-
];
418+
];*/
419419

420420
changeDiff();
421421
Paths.currentModDirectory = songs[curSelected].folder;
422422
//it didn't account for mod directories my bad : P
423423

424-
424+
/*
425425
var songLowercase:String = Paths.formatToSongPath(songs[curSelected].songName);
426426
#if MODS_ALLOWED
427427
var pathshit = Paths.modFolders('data/' + songLowercase);
@@ -449,7 +449,7 @@ class FreeplayState extends MusicBeatState
449449
}
450450
451451
452-
trace( CoolUtil.difficultyStuff);
452+
trace( CoolUtil.difficultyStuff);*/
453453

454454

455455
}

source/PlayState.hx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4161,8 +4161,6 @@ class PlayState extends MusicBeatState
41614161
lightningStrikeShit();
41624162
}
41634163
lastBeatHit = curBeat;
4164-
4165-
setOnLuas('gfSection', );
41664164

41674165
callOnLuas('onBeatHit', []);
41684166
}

0 commit comments

Comments
 (0)