move MadeChoice to a command played on the screen. Broadcasting it doesn't work if there are prepared screens.

This commit is contained in:
Chris Danford
2006-05-26 09:59:56 +00:00
parent 21ed07f511
commit f40015aad9
3 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -679,7 +679,7 @@ float ScreenSelectMaster::DoMenuStart( PlayerNumber pn )
m_bChosen[pn] = true;
MESSAGEMAN->Broadcast( (Message)(Message_MadeChoiceP1+pn) );
this->PlayCommand( "MadeChoice"+PlayerNumberToString(pn) );
bool bIsFirstToChoose = bAnyChosen;