What *is* alignment, anyways? (realigned a bunch of preferences)

This commit is contained in:
Colby Klein
2015-06-18 11:10:37 -07:00
parent 4078010ebd
commit 42468ccccc
+1
View File
@@ -228,6 +228,7 @@ PrefsManager::PrefsManager() :
m_ShowSongOptions ( "ShowSongOptions", Maybe_NO ),
m_bDancePointsForOni ( "DancePointsForOni", true ),
m_bPercentageScoring ( "PercentageScoring", false ),
// Wow, these preference names are *seriously* long -Colby
m_fMinPercentageForMachineSongHighScore ( "MinPercentageForMachineSongHighScore", 0.0001f ), // This is for home, who cares how bad you do?
m_fMinPercentageForMachineCourseHighScore ( "MinPercentageForMachineCourseHighScore", 0.0001f ), // don't save course scores with 0 percentage
m_bDisqualification ( "Disqualification", false ),