mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Correcting a ridiculous crash-causing oversight.
This commit is contained in:
parent
ff97b3aed4
commit
74169529fb
1 changed files with 1 additions and 1 deletions
|
|
@ -7842,7 +7842,7 @@ static void M_ToggleSFX(INT32 choice)
|
|||
|
||||
case KEY_UPARROW:
|
||||
S_StartSound(NULL, sfx_menu1);
|
||||
itemOn--;
|
||||
itemOn = currentMenu->numitems-1;
|
||||
return;
|
||||
|
||||
case KEY_ESCAPE:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue