From 71247db8d9207673ccdea1fe8e592fd96e938bdf Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 18 Dec 2003 03:44:39 +0000 Subject: [PATCH] fix comment --- stepmania/src/ScreenEvaluation.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/stepmania/src/ScreenEvaluation.cpp b/stepmania/src/ScreenEvaluation.cpp index ac0c346fc1..3f5a5232c8 100644 --- a/stepmania/src/ScreenEvaluation.cpp +++ b/stepmania/src/ScreenEvaluation.cpp @@ -1300,10 +1300,9 @@ void ScreenEvaluation::MenuStart( PlayerNumber pn ) if( GAMESTATE->IsExtraStage() || GAMESTATE->IsExtraStage2() ) { - /* XXX: If it's an extra stage, always increment by one. This is because - * in some unusual cases we can pick a long or marathon song as an extra - * stage. The most common cause of this is when an entire group of songs - * is long/nonstop mixes. + /* If it's an extra stage, always increment by one. This is because in some + * unusual cases we can pick a long or marathon song as an extra stage. The + * most common cause of this is when an entire group of songs is long/nonstop mixes. * * We can't simply not choose long songs as extra stages: if there are no * regular songs to choose, we'll end up with no song to use as an extra stage. */