Same apply/cancel return key fix applied to pause menu

This commit is contained in:
wolfcheese 2021-06-06 14:01:20 -04:00
parent 6290bd29c9
commit 1bafd67f1c

View file

@ -1533,7 +1533,7 @@ void handle_control_settings_input_pause()
}
}
if (KeyMap[DIK_RETURN])
if (KeyMap[DIK_RETURN] && !(pause_selected_option & (1 << 18)) && !(pause_selected_option & (1 << 19)))
{
SoundEffect(SFX_TR4_MENU_SELECT, NULL, 0);
CurrentSettings.waitingForkey = 1;