From e5c803d24c2156d905461bef22c6cd20c2fc438d Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 13 May 2007 03:41:13 +0000 Subject: [PATCH] The stats are reset in BeginStage(). Fixes a crash if you fail the first song since the stats are reset so it tries to go to SEvalSummary. --- stepmania/src/GameState.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 6a8336d255..ee3ff6fd50 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -679,9 +679,6 @@ void GameState::FinishStage() m_iNumStagesOfThisSong = 0; - // necessary so that bGaveUp is reset - ResetStageStatistics(); - if( HasEarnedExtraStage() ) { LOG->Trace( "awarded extra stage" );