diff --git a/sc2/src/sc2code/pickmele.c b/sc2/src/sc2code/pickmele.c index 58b90cd88..201321c24 100644 --- a/sc2/src/sc2code/pickmele.c +++ b/sc2/src/sc2code/pickmele.c @@ -174,8 +174,7 @@ GetMeleeStarShip (STARSHIPPTR LastStarShipPtr, COUNT which_player) SleepThread (ONE_SECOND / 120); NewTime = GetTimeCounter (); - if ((InputState = GetInputState (PlayerInput[which_player])) == 0) - InputState = GetInputState (ArrowInput); + InputState = GetInputState (PlayerInput[which_player]); if (InputState) LastTime = NewTime; else if (!(PlayerControl[1 - which_player] & PSYTRON_CONTROL)