mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 10:02:01 +00:00
correct oversight in merge
This commit is contained in:
parent
b87feaeceb
commit
a14829207a
1 changed files with 1 additions and 1 deletions
|
|
@ -2219,7 +2219,7 @@ static mobj_t *K_SpawnKartMissile(mobj_t *source, mobjtype_t type, angle_t angle
|
|||
if (source && source->player)
|
||||
th->color = source->player->skincolor;
|
||||
else
|
||||
th->color = SKINCOLOR_CLOUDY;
|
||||
th->color = SKINCOLOR_GREY;
|
||||
break;
|
||||
case MT_JAWZ:
|
||||
if (source && source->player)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue