Missiles will no longer select a new target if their original is destroyed.
This commit is contained in:
parent
71fe11f3e9
commit
4e4040fc17
|
@ -226,7 +226,7 @@ static void huntTarget(Bullet *b)
|
|||
}
|
||||
else
|
||||
{
|
||||
b->target = b->owner->target;
|
||||
b->target = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue