Forgot a default case.

This commit is contained in:
toaster 2018-09-08 17:53:41 +01:00
parent e1b645d103
commit e0aee8353c
1 changed files with 2 additions and 0 deletions

View File

@ -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);