From 3d4e5fc221fcf186d814d75dc7dae36cb9b0e354 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 5 Jun 2006 09:38:27 +0000 Subject: [PATCH] fix bGaveUp not reset between stages --- stepmania/src/GameState.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 9d26452c3d..bff45e5f82 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -521,6 +521,9 @@ void GameState::FinishStage() m_iNumStagesOfThisSong = 0; + // necessary so that bGaveUp is reset + GAMESTATE->ResetStageStatistics(); + if( m_bDemonstrationOrJukebox ) return;