This commit is contained in:
Trxye 2021-06-06 15:01:52 -05:00
commit ef5041c5e0

View file

@ -1512,7 +1512,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;