Remove: Unneeded assert?
This commit is contained in:
@@ -621,7 +621,6 @@ void ScreenSelectMaster::MenuStart( PlayerNumber pn )
|
|||||||
/* Only one player has to pick. Choose this for all the other players, too. */
|
/* Only one player has to pick. Choose this for all the other players, too. */
|
||||||
FOREACH_HumanPlayer( p )
|
FOREACH_HumanPlayer( p )
|
||||||
{
|
{
|
||||||
ASSERT( !m_bChosen[p] );
|
|
||||||
fSecs = max( fSecs, DoMenuStart(p) );
|
fSecs = max( fSecs, DoMenuStart(p) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user