From 3c549b40aea0fe095d8125b7ae47b8b74593e31c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 17 Feb 2003 00:39:48 +0000 Subject: [PATCH] - /**/ --- stepmania/src/ScreenEvaluation.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/ScreenEvaluation.cpp b/stepmania/src/ScreenEvaluation.cpp index 092873b8cc..d018c4d553 100644 --- a/stepmania/src/ScreenEvaluation.cpp +++ b/stepmania/src/ScreenEvaluation.cpp @@ -361,7 +361,6 @@ ScreenEvaluation::ScreenEvaluation( bool bSummary ) m_textSongsSurvived[p].TurnShadowOff(); m_textSongsSurvived[p].SetXY( SONGS_SURVIVED_X(p), SONGS_SURVIVED_Y ); - /* XXX: untested (courses not working at the moment) */ int StagesPlayed = stageStats.iSongsPassed[p]; /* If the last song was failed, count it anyway: */ if(stageStats.bFailed[p]) StagesPlayed++;