This commit is contained in:
Chris Danford
2005-04-03 08:12:45 +00:00
parent 79c21f2721
commit 19a75abbb2
+1 -1
View File
@@ -201,7 +201,7 @@ void PrefsManager::Init()
m_bDancePointsForOni = false;
m_bPercentageScoring = false;
m_fMinPercentageForMachineSongHighScore = 0.5f;
m_fMinPercentageForMachineCourseHighScore = 0.001f; // don't save course scores with 0 percentage
m_fMinPercentageForMachineCourseHighScore = 0.0001f; // don't save course scores with 0 percentage
m_bDisqualification = false;
m_bShowLyrics = true;
m_bAutogenSteps = true;