mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +00:00
fix "HUD on left side" menu option
This commit is contained in:
parent
141fb8b7a5
commit
740e023a53
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ void M_Options_Key (int k)
|
|||
case 2:
|
||||
Cbuf_AddText ("exec default.cfg\n");
|
||||
break;
|
||||
case 14:
|
||||
case 15:
|
||||
if (vid_menudrawfn)
|
||||
M_Menu_Video_f ();
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue