Remove: Unneeded assert?

This commit is contained in:
Charles Lohr
2005-02-02 04:53:52 +00:00
parent 6ce6500611
commit 78d507c962
-1
View File
@@ -621,7 +621,6 @@ void ScreenSelectMaster::MenuStart( PlayerNumber pn )
/* Only one player has to pick. Choose this for all the other players, too. */
FOREACH_HumanPlayer( p )
{
ASSERT( !m_bChosen[p] );
fSecs = max( fSecs, DoMenuStart(p) );
}
}