haste goes to 1.6, not 3.2
This commit is contained in:
@@ -1795,7 +1795,7 @@ float ScreenGameplay::GetHasteRate()
|
|||||||
|
|
||||||
if( bAnyPlayerHitAllNotes )
|
if( bAnyPlayerHitAllNotes )
|
||||||
GAMESTATE->m_fHasteRate += 0.05f;
|
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;
|
GAMESTATE->m_fLastHasteUpdateMusicSeconds = GAMESTATE->m_fMusicSeconds;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user