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
@@ -233,7 +233,7 @@ PrefsManager::PrefsManager() :
m_fLongVerSongSeconds ( "LongVerSongSeconds", 60*2.5f ), // Dynamite Rave is 2:55
m_fMarathonVerSongSeconds ( "MarathonVerSongSeconds", 60*5.f ),
m_ShowSongOptions ( "ShowSongOptions", YES ),
m_bSoloSingle ( "SoloSingle", false ),
m_bCenteredSingle ( "CenteredSingle", false ),
m_bDancePointsForOni ( "DancePointsForOni", false ),
m_bPercentageScoring ( "PercentageScoring", false ),
m_fMinPercentageForMachineSongHighScore ( "MinPercentageForMachineSongHighScore", 0.5f ),