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.

This commit is contained in:
Steve Checkoway
2007-05-13 03:41:13 +00:00
parent 0a9979e507
commit e5c803d24c
-3
View File
@@ -679,9 +679,6 @@ void GameState::FinishStage()
m_iNumStagesOfThisSong = 0;
// necessary so that bGaveUp is reset
ResetStageStatistics();
if( HasEarnedExtraStage() )
{
LOG->Trace( "awarded extra stage" );