mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-03 23:42:07 +00:00
Dimmed votes are greyscale
Makes the visuals on the voting screen significantly more clear
This commit is contained in:
parent
687769623f
commit
770293e04c
1 changed files with 1 additions and 1 deletions
|
|
@ -434,7 +434,7 @@ static void Y_DrawVoteThumbnail(fixed_t center_x, fixed_t center_y, fixed_t widt
|
||||||
x, y,
|
x, y,
|
||||||
width, flags | ((encore == true) ? V_FLIP : 0),
|
width, flags | ((encore == true) ? V_FLIP : 0),
|
||||||
g_voteLevels[v][0],
|
g_voteLevels[v][0],
|
||||||
NULL
|
(dim == true ? R_GetTranslationColormap(TC_RAINBOW, SKINCOLOR_GREY, GTC_MENUCACHE) : NULL)
|
||||||
);
|
);
|
||||||
|
|
||||||
if (encore == true)
|
if (encore == true)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue