mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 10:51:42 +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_PLATINUM,
|
||||||
SKINCOLOR_TEA,
|
SKINCOLOR_TEA,
|
||||||
SKINCOLOR_GARDEN,
|
SKINCOLOR_GARDEN,
|
||||||
SKINCOLOR_MUSTARD,
|
SKINCOLOR_BANANA,
|
||||||
SKINCOLOR_YELLOW,
|
SKINCOLOR_GOLD,
|
||||||
SKINCOLOR_ORANGE,
|
SKINCOLOR_ORANGE,
|
||||||
SKINCOLOR_SCARLET,
|
SKINCOLOR_SCARLET,
|
||||||
SKINCOLOR_CHERRY
|
SKINCOLOR_TAFFY
|
||||||
};
|
};
|
||||||
fixed_t minimumdist = FixedMul(RING_DIST>>1, player->mo->scale);
|
fixed_t minimumdist = FixedMul(RING_DIST>>1, player->mo->scale);
|
||||||
UINT8 c = FixedMul(CHAOTIXBANDCOLORS<<FRACBITS, FixedDiv(curdist-minimumdist, maxdist-minimumdist)) >> FRACBITS;
|
UINT8 c = FixedMul(CHAOTIXBANDCOLORS<<FRACBITS, FixedDiv(curdist-minimumdist, maxdist-minimumdist)) >> FRACBITS;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue