diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 789c668fc4..90572889b8 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -1084,6 +1084,9 @@ bool GameState::IsDisqualified( PlayerNumber pn ) if( !GAMESTATE->IsHumanPlayer(pn) ) return false; + if( STATSMAN->m_CurStageStats.bGaveUp ) + return true; + const PlayerOptions &po = GAMESTATE->m_pPlayerState[pn]->m_StoredPlayerOptions; // Check the stored player options for disqualify. Don't disqualify because