From: molivier Date: Mon, 19 May 2003 07:11:22 +0000 (+0000) Subject: Fix Transfusion bug 030429-01 (If you go to the console from the options menu, then... X-Git-Tag: xonotic-v0.1.0preview~6640 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b002c81d2456938651fa8bc4ab94d1aa624b6e88;p=xonotic%2Fdarkplaces.git Fix Transfusion bug 030429-01 (If you go to the console from the options menu, then exit the console, you can't get back to the menu) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3005 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/menu.c b/menu.c index 00d05a27..f7744e53 100644 --- a/menu.c +++ b/menu.c @@ -1439,6 +1439,7 @@ void M_Options_Key (int k) break; case 1: m_state = m_none; + key_dest = key_game; Con_ToggleConsole_f (); break; case 2: