unwrap
This commit is contained in:
@@ -241,8 +241,9 @@ bool Screen::JoinInput( const InputEventPlus &input )
|
||||
if( !GAMESTATE->PlayersCanJoin() )
|
||||
return false;
|
||||
|
||||
if( input.MenuI == MENU_BUTTON_START )
|
||||
{
|
||||
if( input.MenuI != MENU_BUTTON_START )
|
||||
return false;
|
||||
|
||||
/* If this side is already in, don't re-join (and re-pay!). */
|
||||
if(GAMESTATE->m_bSideIsJoined[input.pn])
|
||||
return false;
|
||||
@@ -273,9 +274,6 @@ bool Screen::JoinInput( const InputEventPlus &input )
|
||||
SCREENMAN->RefreshCreditsMessages();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user