From 2db99a7315994603b844e1cc77d82bf0e2309557 Mon Sep 17 00:00:00 2001 From: Steve Date: Sat, 30 Jul 2016 10:29:57 +0100 Subject: [PATCH] Override gun AI when capital ship is disabled. --- src/battle/capitalShips.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)