From acdfa60b0b31b8a8678ca3fccf20237a39ba2db3 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 25 Apr 2007 16:36:03 +0000 Subject: [PATCH] barrier not needed anymore --- stepmania/src/GameState.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index dbaf6719c3..b841204f93 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -655,11 +655,6 @@ void GameState::CommitStageStats() * song. Might be called more than once. */ void GameState::FinishStage() { - /* If m_iNumStagesOfThisSong is 0, we've been called more than once before calling - * BeginStage. This can happen when backing out of the player options screen. */ - if( m_iNumStagesOfThisSong == 0 ) - return; - m_bStatsCommitted = false; // Increment the stage counter.