Changed NotesLoaderBMS to not crash when trying to set StepsTypeStr for an unrecognized StepsType. Removed ConfOption for ShowSelectGroup from ScreenOptionsMasterPrefs because the preference does not exist.
This commit is contained in:
@@ -726,7 +726,6 @@ static void InitializeConfOptions()
|
||||
ADD( ConfOption( "ShowInstructions", MovePref<bool>, "Skip","Show") );
|
||||
ADD( ConfOption( "ShowCaution", MovePref<bool>, "Skip","Show") );
|
||||
ADD( ConfOption( "DancePointsForOni", MovePref<bool>, "Percent","Dance Points") );
|
||||
ADD( ConfOption( "ShowSelectGroup", MovePref<bool>, "All Music","Choose") );
|
||||
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