simplify
This commit is contained in:
@@ -184,8 +184,8 @@ void ScreenSetTime::MenuRight( PlayerNumber pn )
|
||||
void ScreenSetTime::MenuStart( PlayerNumber pn )
|
||||
{
|
||||
bool bHoldingLeftAndRight =
|
||||
INPUTMAPPER->IsBeingPressed( MenuInput(pn, MENU_BUTTON_RIGHT), pn ) &&
|
||||
INPUTMAPPER->IsBeingPressed( MenuInput(pn, MENU_BUTTON_LEFT), pn );
|
||||
INPUTMAPPER->IsBeingPressed( MENU_BUTTON_RIGHT, pn ) &&
|
||||
INPUTMAPPER->IsBeingPressed( MENU_BUTTON_LEFT, pn );
|
||||
|
||||
if( bHoldingLeftAndRight )
|
||||
ChangeSelection( -1 );
|
||||
|
||||
Reference in New Issue
Block a user