fix options screen doesn't correctly import selected trail if only 1 player joined

This commit is contained in:
Chris Danford
2004-07-11 02:44:42 +00:00
parent 059dfb6ae2
commit ecedac015a
3 changed files with 13 additions and 21 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ bool CompareSongOptions( const SongOptions &so1, const SongOptions &so2 );
bool ModeChoice::DescribesCurrentModeForAllPlayers() const
{
FOREACH_PlayerNumber( pn )
FOREACH_HumanPlayer( pn )
if( !DescribesCurrentMode(pn) )
return false;