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)
{
/*case K_BBUTTON:
case K_BBUTTON:
case K_ESCAPE:
paused_hack = false;
key_dest = key_game;
m_state = m_none;
break;
*/
case K_DOWNARROW:
S_LocalSound ("sounds/menu/navigate.wav");
if (++M_Paused_Cusor >= Max_Paused_Items)