From: havoc Date: Tue, 18 Nov 2003 17:48:40 +0000 (+0000) Subject: fix an input bug that prevented function keys from working inside console X-Git-Tag: xonotic-v0.1.0preview~6261 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=92b3051fb81913f51d79f0653b2e66b1dddf0741;p=xonotic%2Fdarkplaces.git fix an input bug that prevented function keys from working inside console git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3653 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/keys.c b/keys.c index ff6ed0e6..7b10bfbf 100644 --- a/keys.c +++ b/keys.c @@ -875,7 +875,6 @@ void Key_Event (int key, char ascii, qboolean down) if ((key_consoleactive && !consolekeys[key]) || (key_dest == key_menu && menubound[key]) || key_dest == key_game) - if (!key_consoleactive && key_dest != key_menu) { kb = keybindings[key]; if (kb)