mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Menus/Match Race: show ring box for Item Toggles shortcut if thunderdome enabled
This commit is contained in:
parent
b7aa559449
commit
0c5858269f
1 changed files with 3 additions and 1 deletions
|
|
@ -2643,7 +2643,9 @@ void M_DrawRaceDifficulty(void)
|
|||
INT32 cx = it->mvar1 + tx;
|
||||
INT32 cy = 79;
|
||||
|
||||
V_DrawMappedPatch(cx, cy, 0, W_CachePatchName(it->patch, PU_CACHE),
|
||||
const char *pat = i == drace_mritems && cv_thunderdome.value ? "RBOXTOGG" : it->patch;
|
||||
|
||||
V_DrawMappedPatch(cx, cy, 0, W_CachePatchName(pat, PU_CACHE),
|
||||
flicker ? R_GetTranslationColormap(TC_HITLAG, 0, GTC_MENUCACHE) : NULL);
|
||||
|
||||
if (it->itemaction.cvar && !it->itemaction.cvar->value)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue