fix options screen doesn't correctly import selected trail if only 1 player joined
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user