diff --git a/src/battle/bullets.c b/src/battle/bullets.c index c74e1a7..1cbc624 100644 --- a/src/battle/bullets.c +++ b/src/battle/bullets.c @@ -226,7 +226,7 @@ static void huntTarget(Bullet *b) } else { - b->target = b->owner->target; + b->target = NULL; } }