diff --git a/src/battle/capitalShips.c b/src/battle/capitalShips.c index 0075fb6..357aaa0 100644 --- a/src/battle/capitalShips.c +++ b/src/battle/capitalShips.c @@ -242,9 +242,9 @@ static int steer(void) static void gunThink(void) { - handleDisabled(); - doAI(); + + handleDisabled(); } static void componentDie(void)