Disable autogen by default.

This commit is contained in:
Colby Klein
2011-08-19 13:00:05 -07:00
parent 876f9eb3e3
commit 216ca11095
+1 -1
View File
@@ -217,7 +217,7 @@ PrefsManager::PrefsManager() :
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 ),
m_bAutogenSteps ( "AutogenSteps", true ),
m_bAutogenSteps ( "AutogenSteps", false ),
m_bAutogenGroupCourses ( "AutogenGroupCourses", true ),
m_bOnlyPreferredDifficulties ( "OnlyPreferredDifficulties", false ),
m_bBreakComboToGetItem ( "BreakComboToGetItem", false ),