haste goes to 1.6, not 3.2

This commit is contained in:
Glenn Maynard
2007-04-28 23:31:23 +00:00
parent f803ab472e
commit 9e26ff0fe1
+1 -1
View File
@@ -1795,7 +1795,7 @@ float ScreenGameplay::GetHasteRate()
if( bAnyPlayerHitAllNotes )
GAMESTATE->m_fHasteRate += 0.05f;
CLAMP( GAMESTATE->m_fHasteRate, -1.0f, +2.0f );
CLAMP( GAMESTATE->m_fHasteRate, -1.0f, +1.0f );
GAMESTATE->m_fLastHasteUpdateMusicSeconds = GAMESTATE->m_fMusicSeconds;
}