Make weakest Trick Indicator colour white instead of grey

More opaque, due to additive behaviour
This commit is contained in:
toaster 2023-11-06 19:27:24 +00:00
parent f8a6449033
commit 4ecc378bb6

View file

@ -6371,7 +6371,7 @@ void K_DoPogoSpring(mobj_t *mo, fixed_t vertispeed, UINT8 sound)
trickIndicator->rollangle = 0;
static const skincolornum_t trick_colors[] = {
SKINCOLOR_GREY, // trickPanel == 1
SKINCOLOR_WHITE, // trickPanel == 1 -- was SKINCOLOR_GREY
SKINCOLOR_TAN,
SKINCOLOR_YELLOW, // trickPanel == 2
SKINCOLOR_TANGERINE,