Repair shitsfree

This commit is contained in:
toaster 2022-09-04 22:21:42 +01:00
parent 0c4dca611d
commit 212907122b
2 changed files with 3 additions and 3 deletions

View file

@ -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--;
}

View file

@ -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)