From 9e26ff0fe1edf9b9f456fa283152f55db0c09257 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 28 Apr 2007 23:31:23 +0000 Subject: [PATCH] haste goes to 1.6, not 3.2 --- stepmania/src/ScreenGameplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index f010859056..93bf4618c4 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -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; }