diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 7c65da0400..15f9e38002 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -1839,7 +1839,7 @@ void ScreenGameplay::Update( float fDeltaTime ) pi->GetPlayerStageStats()->bFailed |= GAMESTATE->AllHumanHaveComboOf30OrMoreMisses(); } - m_GiveUpTimer.SetZero(); + AbortGiveUp( false ); if( GIVING_UP_GOES_TO_PREV_SCREEN ) {