mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-01 09:18:00 +03:00
Same apply/cancel return key fix applied to pause menu
This commit is contained in:
parent
6290bd29c9
commit
1bafd67f1c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue