From cd60eb1a7567faa91b409d3af7caec2f96642079 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 27 Jan 2003 01:04:37 +0000 Subject: [PATCH] correct page 2 selection --- stepmania/src/ScreenSelectDifficulty.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stepmania/src/ScreenSelectDifficulty.cpp b/stepmania/src/ScreenSelectDifficulty.cpp index 427da94fa0..07f2e15cb6 100644 --- a/stepmania/src/ScreenSelectDifficulty.cpp +++ b/stepmania/src/ScreenSelectDifficulty.cpp @@ -416,7 +416,9 @@ void ScreenSelectDifficulty::MenuStart( PlayerNumber pn ) case 6: SOUNDMAN->PlayOnceFromDir( ANNOUNCER->GetPathTo("select difficulty comment endless") ); break; } - if( iSelection >= 3 ) // chose something on page 2 + /* XXX: This will play the same announcer twice at the same time; that'll probably + * result in an echo effect. */ + if( IsOnPage2(iSelection) ) // chose something on page 2 { // choose this for all the other players too for( int p=0; p