From b002c81d2456938651fa8bc4ab94d1aa624b6e88 Mon Sep 17 00:00:00 2001 From: molivier Date: Mon, 19 May 2003 07:11:22 +0000 Subject: [PATCH] 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 --- menu.c | 1 + 1 file changed, 1 insertion(+) 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: -- 2.39.2