mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Blue sparks skin color Sapphire -> Blue
Blue
This commit is contained in:
parent
e9668598d2
commit
b89b3cb6a7
1 changed files with 1 additions and 1 deletions
|
|
@ -4633,7 +4633,7 @@ UINT16 K_DriftSparkColor(player_t *player, INT32 charge)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
color = SKINCOLOR_SAPPHIRE;
|
color = SKINCOLOR_BLUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (charge >= dstwo)
|
else if (charge >= dstwo)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue