diff --git a/sc2/src/uqm/cyborg.c b/sc2/src/uqm/cyborg.c index e9fc150ed..eede76bda 100644 --- a/sc2/src/uqm/cyborg.c +++ b/sc2/src/uqm/cyborg.c @@ -1331,6 +1331,8 @@ StarShipPtr->ship_input_state &= ~SPECIAL; InputState |= BATTLE_WEAPON; if (StarShipPtr->ship_input_state & SPECIAL) InputState |= BATTLE_SPECIAL; + + (void) context; return (InputState); } }