Allow user to close pause menu with back key.

This commit is contained in:
Tyler Young 2023-01-14 15:18:32 -05:00
parent 9ff92c413b
commit 9a6054865e
1 changed files with 2 additions and 2 deletions

View File

@ -411,13 +411,13 @@ void M_Paused_Menu_Key (int key)
{ {
switch (key) switch (key)
{ {
/*case K_BBUTTON: case K_BBUTTON:
case K_ESCAPE: case K_ESCAPE:
paused_hack = false; paused_hack = false;
key_dest = key_game; key_dest = key_game;
m_state = m_none; m_state = m_none;
break; break;
*/
case K_DOWNARROW: case K_DOWNARROW:
S_LocalSound ("sounds/menu/navigate.wav"); S_LocalSound ("sounds/menu/navigate.wav");
if (++M_Paused_Cusor >= Max_Paused_Items) if (++M_Paused_Cusor >= Max_Paused_Items)