mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-15 17:21:34 +00:00
correct oversight in merge
This commit is contained in:
parent
123778766a
commit
c00e054979
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…
Reference in a new issue