mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-26 21:11:51 +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));
|
||||
}
|
||||
}
|
||||
|
||||
if (shitsfree)
|
||||
shitsfree--;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4510,6 +4510,9 @@ void M_OptionsTick(void)
|
|||
if (optionsmenu.currcolour != currentMenu->extra1)
|
||||
M_OptionsChangeBGColour(currentMenu->extra1);
|
||||
|
||||
// And one last giggle...
|
||||
if (shitsfree)
|
||||
shitsfree--;
|
||||
}
|
||||
|
||||
boolean M_OptionsInputs(INT32 ch)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue