mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Forgot a default case.
This commit is contained in:
parent
d0fdd09be5
commit
ca5d5079d5
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:
|
case MT_JAWZ_DUD:
|
||||||
S_StartSound(th, th->info->activesound);
|
S_StartSound(th, th->info->activesound);
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
x = x + P_ReturnThrustX(source, an, source->radius + th->radius);
|
x = x + P_ReturnThrustX(source, an, source->radius + th->radius);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue