Skip to content

Commit

Permalink
remove "hiddensongs" from the options menu
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 28, 2017
1 parent 53c4415 commit b233e23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ScreenOptionsMasterPrefs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,6 @@ static void InitializeConfOptions()

// Gameplay options
ADD( ConfOption( "Center1Player", MovePref<bool>, "Off","On" ) );
ADD( ConfOption( "HiddenSongs", MovePref<bool>, "Off","On" ) );
ADD( ConfOption( "EasterEggs", MovePref<bool>, "Off","On" ) );
// W1 is Fantastic Timing
ADD( ConfOption( "AllowW1", MovePref<AllowW1>, "Never","Courses Only","Always" ) );
Expand Down

0 comments on commit b233e23

Please sign in to comment.