try to fix ES double crash

This commit is contained in:
Flameshadowxeroshin
2012-12-28 19:46:53 -06:00
parent 1d41b4a921
commit 49b029c3dd
+2 -2
View File
@@ -833,10 +833,10 @@ void ScreenSelectMaster::MenuStart( const InputEventPlus &input )
if( (bool)SHARED_SELECTION || GetCurrentPage() == PAGE_2 )
{
// Only one player has to pick. Choose this for all the other players, too.
FOREACH_PlayerNumber( p )
FOREACH_EnabledPlayer( p )
{
ASSERT( !m_bChosen[p] );
fSecs = max( fSecs, DoMenuStart(p) ); // no harm in calling this for an unjoined player
fSecs = max( fSecs, DoMenuStart(p) );
}
}
else