mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Repair shitsfree
This commit is contained in:
parent
0c4dca611d
commit
212907122b
2 changed files with 3 additions and 3 deletions
|
|
@ -3467,9 +3467,6 @@ void M_DrawItemToggles(void)
|
||||||
V_DrawScaledPatch(onx-1, ony-2, translucent, W_CachePatchName(K_GetItemPatch(currentMenu->menuitems[itemOn].mvar1, false), PU_CACHE));
|
V_DrawScaledPatch(onx-1, ony-2, translucent, W_CachePatchName(K_GetItemPatch(currentMenu->menuitems[itemOn].mvar1, false), PU_CACHE));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (shitsfree)
|
|
||||||
shitsfree--;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4510,6 +4510,9 @@ void M_OptionsTick(void)
|
||||||
if (optionsmenu.currcolour != currentMenu->extra1)
|
if (optionsmenu.currcolour != currentMenu->extra1)
|
||||||
M_OptionsChangeBGColour(currentMenu->extra1);
|
M_OptionsChangeBGColour(currentMenu->extra1);
|
||||||
|
|
||||||
|
// And one last giggle...
|
||||||
|
if (shitsfree)
|
||||||
|
shitsfree--;
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean M_OptionsInputs(INT32 ch)
|
boolean M_OptionsInputs(INT32 ch)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue