solo single -> centered single

This commit is contained in:
Chris Danford
2006-01-27 06:46:41 +00:00
parent fc66241564
commit af732e66aa
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -569,7 +569,7 @@ static void InitializeConfOptions()
ADD( ConfOption( "MusicWheelSwitchSpeed", MusicWheelSwitchSpeed, "Slow","Normal","Fast","Really Fast" ) );
/* Gameplay options */
ADD( ConfOption( "SoloSingle", MovePref, "Off","On" ) );
ADD( ConfOption( "CenteredSingle", MovePref, "Off","On" ) );
ADD( ConfOption( "HiddenSongs", MovePref, "Off","On" ) );
ADD( ConfOption( "EasterEggs", MovePref, "Off","On" ) );
ADD( ConfOption( "AllowW1", AllowW1, "Never","Courses Only","Always" ) );