From: divverent Date: Sun, 24 Aug 2008 10:09:15 +0000 (+0000) Subject: remove redundant repeat ignoring X-Git-Tag: xonotic-v0.1.0preview~2114 X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;h=2f5ddb55b4e5c949dba216eace02ab3c3e71a2b4;p=xonotic%2Fdarkplaces.git remove redundant repeat ignoring git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8470 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/keys.c b/keys.c index 59f1a745..2374781c 100644 --- a/keys.c +++ b/keys.c @@ -1020,9 +1020,6 @@ Key_Event (int key, char ascii, qboolean down) if (keydest != key_menu_grabbed) if (key >= K_F1 && key <= K_F12) { - // ignore key repeats on F1-F12 binds - if (keydown[key] > 1) - return; if (bind) { if(keydown[key] == 1 && down)