correct page 2 selection

This commit is contained in:
Glenn Maynard
2003-01-27 01:04:37 +00:00
parent f0b9e646bc
commit cd60eb1a75
+3 -1
View File
@@ -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<NUM_PLAYERS; p++ )