mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-21 07:22:33 +00:00
Merge branch 'blue-sparks' into 'master'
Alter blue spark color See merge request KartKrew/Kart!935
This commit is contained in:
commit
52ec4c29b9
1 changed files with 1 additions and 1 deletions
|
|
@ -4633,7 +4633,7 @@ UINT16 K_DriftSparkColor(player_t *player, INT32 charge)
|
|||
}
|
||||
else
|
||||
{
|
||||
color = SKINCOLOR_SAPPHIRE;
|
||||
color = SKINCOLOR_BLUE;
|
||||
}
|
||||
}
|
||||
else if (charge >= dstwo)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue