Set judge window back exactly to 3.0 final level. This is the last time it will ever change.

This commit is contained in:
Chris Danford
2003-02-10 22:47:50 +00:00
parent 2d9b9840f0
commit 2cf35b96b8
+5 -5
View File
@@ -56,11 +56,11 @@ PrefsManager::PrefsManager()
m_iNumArcadeStages = 3;
m_bAutoPlay = false;
m_fJudgeWindowScale = 1.0f;
m_fJudgeWindowMarvelousSeconds = 0.02f;
m_fJudgeWindowPerfectSeconds = 0.04f;
m_fJudgeWindowGreatSeconds = 0.08f;
m_fJudgeWindowGoodSeconds = 0.12f;
m_fJudgeWindowBooSeconds = 0.16f;
m_fJudgeWindowMarvelousSeconds = 0.0225f;
m_fJudgeWindowPerfectSeconds = 0.045f;
m_fJudgeWindowGreatSeconds = 0.090f;
m_fJudgeWindowGoodSeconds = 0.135f;
m_fJudgeWindowBooSeconds = 0.180f;
m_fLifeDifficultyScale = 1.0f;
m_iMovieDecodeMS = 2;
m_bUseBGIfNoBanner = false;