mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +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)
|
integer (string text, integer key)
|
||||||
op_goto_console =
|
op_goto_console =
|
||||||
{
|
{
|
||||||
|
Menu_SelectMenu ("");
|
||||||
Cbuf_AddText ("toggleconsole\n");
|
Cbuf_AddText ("toggleconsole\n");
|
||||||
return 0;
|
return 0;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue