mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-22 11:51:04 +00:00
Allow user to close pause menu with back key.
This commit is contained in:
parent
9ff92c413b
commit
9a6054865e
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue