tweak haste to prevent slowing the song down too long

This commit is contained in:
Glenn Maynard
2007-03-18 19:38:11 +00:00
parent 6fad738ca5
commit 642e2cac82
4 changed files with 47 additions and 21 deletions
+1
View File
@@ -28,6 +28,7 @@ StageStats::StageStats()
m_fGameplaySeconds = 0;
m_fStepsSeconds = 0;
m_fMusicRate = 1;
m_fAccumulatedHaste = 0;
}
void StageStats::Init()