mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-26 04:51:43 +00:00
Update combi-band colors
This commit is contained in:
parent
bb6fe9fc54
commit
1e2c7e3461
1 changed files with 3 additions and 3 deletions
|
|
@ -1594,11 +1594,11 @@ static void K_DrawDraftCombiring(player_t *player, player_t *victim, fixed_t cur
|
|||
SKINCOLOR_PLATINUM,
|
||||
SKINCOLOR_TEA,
|
||||
SKINCOLOR_GARDEN,
|
||||
SKINCOLOR_MUSTARD,
|
||||
SKINCOLOR_YELLOW,
|
||||
SKINCOLOR_BANANA,
|
||||
SKINCOLOR_GOLD,
|
||||
SKINCOLOR_ORANGE,
|
||||
SKINCOLOR_SCARLET,
|
||||
SKINCOLOR_CHERRY
|
||||
SKINCOLOR_TAFFY
|
||||
};
|
||||
fixed_t minimumdist = FixedMul(RING_DIST>>1, player->mo->scale);
|
||||
UINT8 c = FixedMul(CHAOTIXBANDCOLORS<<FRACBITS, FixedDiv(curdist-minimumdist, maxdist-minimumdist)) >> FRACBITS;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue