]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Fix Transfusion bug 030429-01 (If you go to the console from the options menu, then...
authormolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 19 May 2003 07:11:22 +0000 (07:11 +0000)
committermolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 19 May 2003 07:11:22 +0000 (07:11 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3005 d7cf8633-e32d-0410-b094-e92efae38249

menu.c

diff --git a/menu.c b/menu.c
index 00d05a27c597619a8719a564acf274b5ed8e5cc0..f7744e531dff1eca63cbd5ebcf398322a66f53ac 100644 (file)
--- 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: