don't save course scores with 0 percentage

This commit is contained in:
Chris Danford
2004-08-01 01:36:51 +00:00
parent af41ce2d96
commit 7da7f39eb0
+1 -1
View File
@@ -164,7 +164,7 @@ void PrefsManager::Init()
m_bDancePointsForOni = false;
m_bPercentageScoring = false;
m_fMinPercentageForMachineSongHighScore = 0.5f;
m_fMinPercentageForMachineCourseHighScore = 0;
m_fMinPercentageForMachineCourseHighScore = 0.001f; // don't save course scores with 0 percentage
m_bDisqualification = false;
m_bShowLyrics = true;
m_bAutogenSteps = true;