Merge branch 'ghost-ballhog' into 'master'

Remove Ball Hog missiles when exploding

Closes #1471

See merge request kart-krew-dev/ring-racers-internal!2646
This commit is contained in:
Oni VelocitOni 2025-06-26 19:48:13 +00:00
commit 510205fe00

View file

@ -12206,6 +12206,8 @@ void A_BallhogExplode(mobj_t *actor)
mo2->destscale = mo2->scale;
P_SetTarget(&mo2->target, actor->target);
S_StartSound(mo2, actor->info->deathsound);
actor->fuse = 1;
return;
}