Correcting a ridiculous crash-causing oversight.

This commit is contained in:
toasterbabe 2017-04-17 15:53:54 +01:00
parent ff97b3aed4
commit 74169529fb

View file

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