simplify interface

This commit is contained in:
Glenn Maynard
2006-09-14 08:14:22 +00:00
parent 2b5cbe811f
commit ad809ec5fa
4 changed files with 6 additions and 9 deletions
+1 -4
View File
@@ -712,10 +712,7 @@ void ScreenSelectMaster::MenuStart( PlayerNumber pn )
{
// If the player isn't already joined, try to join them.
// Allow a player to join even if input is locked or someone has already already chosen.
InputEventPlus input;
input.pn = pn;
input.MenuI = MENU_BUTTON_START;
Screen::JoinInput( input );
Screen::JoinInput( pn );
if( m_fLockInputSecs > 0 )
return;