make this like the other SM_AllDoneChoosing calls

This commit is contained in:
Glenn Maynard
2005-10-14 02:06:41 +00:00
parent 9f0c59f6da
commit 7cd8c7c196
+1 -1
View File
@@ -312,7 +312,7 @@ void ScreenSelectMode::MenuStart( PlayerNumber pn )
for(int i=0; i<NUM_PLAYERS; i++)
OFF_COMMAND( m_CurChar[i] );
SCREENMAN->PostMessageToTopScreen( SM_AllDoneChoosing, 0.5f );
SCREENMAN->PostMessageToTopScreen( SM_AllDoneChoosing, 0 );
}
int ScreenSelectMode::GetSelectionIndex( PlayerNumber pn )