mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +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…
Reference in a new issue