mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
Fix people needing help to get out of the help menu (reported by daemon).
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5602 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
10ca5f2bd6
commit
4ea233bf8a
1 changed files with 1 additions and 1 deletions
|
@ -1027,7 +1027,7 @@ qboolean M_Help_Key (int key, emenu_t *m)
|
|||
case K_ESCAPE:
|
||||
case K_GP_BACK:
|
||||
case K_MOUSE2:
|
||||
M_Menu_Main_f ();
|
||||
M_RemoveMenu(m);
|
||||
return true;
|
||||
|
||||
case K_UPARROW:
|
||||
|
|
Loading…
Reference in a new issue