Override gun AI when capital ship is disabled.

This commit is contained in:
Steve 2016-07-30 10:29:57 +01:00
parent 9d2f88e30b
commit 2db99a7315
1 changed files with 2 additions and 2 deletions

View File

@ -242,9 +242,9 @@ static int steer(void)
static void gunThink(void)
{
handleDisabled();
doAI();
handleDisabled();
}
static void componentDie(void)