PercentageDisplay: Fix ShowDancePointsNotPercentage() (#1474)
Remove legacy setting DancePointsForOni Fixes: #1473
This commit is contained in:
committed by
Colby Klein
parent
f4fd4f91d8
commit
9b5746f505
@@ -761,7 +761,6 @@ static void InitializeConfOptions()
|
||||
ADD( ConfOption( "DefaultNoteSkin", DefaultNoteSkin, DefaultNoteSkinChoices ) );
|
||||
ADD( ConfOption( "ShowInstructions", MovePref<bool>, "Skip","Show") );
|
||||
ADD( ConfOption( "ShowCaution", MovePref<bool>, "Skip","Show") );
|
||||
ADD( ConfOption( "DancePointsForOni", MovePref<bool>, "Percent","Dance Points") );
|
||||
ADD( ConfOption( "MusicWheelUsesSections", MovePref<MusicWheelUsesSections>, "Never","Always","Title Only") );
|
||||
ADD( ConfOption( "CourseSortOrder", MovePref<CourseSortOrders>, "Num Songs","Average Feet","Total Feet","Ranking") );
|
||||
ADD( ConfOption( "MoveRandomToEnd", MovePref<bool>, "No","Yes") );
|
||||
|
||||
Reference in New Issue
Block a user