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:
Spoike 2020-01-20 17:53:39 +00:00
parent 10ca5f2bd6
commit 4ea233bf8a
1 changed files with 1 additions and 1 deletions

View File

@ -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: