This commit is contained in:
Glenn Maynard
2006-09-14 05:18:40 +00:00
parent 6ab3e33490
commit 3fe68d7f7d
7 changed files with 9 additions and 16 deletions
+1 -1
View File
@@ -714,7 +714,7 @@ void ScreenSelectMaster::MenuStart( PlayerNumber pn )
// Allow a player to join even if input is locked or someone has already already chosen.
InputEventPlus input;
input.pn = pn;
input.MenuI.button = MENU_BUTTON_START;
input.MenuI = MENU_BUTTON_START;
Screen::JoinInput( input );
if( m_fLockInputSecs > 0 )