clear the current menu so going to console via the menus doesn't screw

things up
This commit is contained in:
Bill Currie 2003-06-06 18:57:56 +00:00
parent f22bdfc23f
commit ba19ee1120

View file

@ -777,6 +777,7 @@ MENU_network_options =
integer (string text, integer key)
op_goto_console =
{
Menu_SelectMenu ("");
Cbuf_AddText ("toggleconsole\n");
return 0;
};