Skip to content

Commit 54ae535

Browse files
stupidity
1 parent 8a32f45 commit 54ae535

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

source/ClientPrefs.hx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class ClientPrefs { //default settings if it can't find a save file containing y
1515
public static var ghostTapping:Bool = true;
1616
public static var autoPause:Bool = true;
1717
public static var complexAccuracy:Bool = false;
18-
public static var startingSync:Bool = false;
1918
public static var noMarvJudge:Bool = false;
2019
public static var noReset:Bool = false;
2120
public static var antiCheatEnable:Bool = false;
@@ -66,7 +65,7 @@ class ClientPrefs { //default settings if it can't find a save file containing y
6665
public static var ytWatermarkPosition:String = 'Hidden';
6766
public static var strumLitStyle:String = 'Full Anim';
6867
public static var bfIconStyle:String = 'Default';
69-
public static var ratingType:String = 'Base FNF';
68+
public static var ratingType:String = 'Default';
7069
public static var simplePopups:Bool = false;
7170
public static var iconBounceType:String = 'New Psych';
7271
public static var colorRatingHit:Bool = true;

source/options/GameplaySettingsSubState.hx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,6 @@ class GameplaySettingsSubState extends BaseOptionsMenu
8080
'bool',
8181
false);
8282
addOption(option);
83-
84-
var option:Option = new Option('Beginning Sync',
85-
"If checked, the game will resync the vocals for the first 500ms of a song.",
86-
'startingSync',
87-
'bool',
88-
false);
89-
addOption(option);
9083

9184
var option:Option = new Option('Remove Perfect!! Judgement',
9285
"If checked, removes the Perfect judgement.",

0 commit comments

Comments
 (0)