mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-16 01:31:26 +00:00
Forgot a default case.
This commit is contained in:
parent
e1b645d103
commit
e0aee8353c
1 changed files with 2 additions and 0 deletions
|
@ -2187,6 +2187,8 @@ static mobj_t *K_SpawnKartMissile(mobj_t *source, mobjtype_t type, angle_t angle
|
|||
case MT_JAWZ_DUD:
|
||||
S_StartSound(th, th->info->activesound);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
x = x + P_ReturnThrustX(source, an, source->radius + th->radius);
|
||||
|
|
Loading…
Reference in a new issue