mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-07 16:42:45 +00:00
Fix LOUD case lol
This commit is contained in:
parent
ca4b58a023
commit
9336538c5c
1 changed files with 3 additions and 2 deletions
|
|
@ -135,10 +135,11 @@ void M_HandleItemToggles(INT32 choice)
|
|||
|
||||
if (M_MenuExtraPressed(pid))
|
||||
{
|
||||
INT32 v = !M_AnyItemsEnabled();
|
||||
const boolean check = !M_AnyItemsEnabled();
|
||||
for (i = 0; i < NUMKARTRESULTS-1; i++)
|
||||
{
|
||||
CV_SetValue(&cv_items[i], v);
|
||||
if (cv_items[i].value != check)
|
||||
CV_SetValue(&cv_items[i], check);
|
||||
}
|
||||
// KartItem_OnChange will toggle thunderdome and play sound
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue