mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 20:41:20 +00:00
clear the current menu so going to console via the menus doesn't screw
things up
This commit is contained in:
parent
f22bdfc23f
commit
ba19ee1120
1 changed files with 1 additions and 0 deletions
|
@ -777,6 +777,7 @@ MENU_network_options =
|
|||
integer (string text, integer key)
|
||||
op_goto_console =
|
||||
{
|
||||
Menu_SelectMenu ("");
|
||||
Cbuf_AddText ("toggleconsole\n");
|
||||
return 0;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue