mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-22 20:01:11 +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)
|
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)
|
||||||
|
|
Loading…
Reference in a new issue