From 2f5ddb55b4e5c949dba216eace02ab3c3e71a2b4 Mon Sep 17 00:00:00 2001 From: divverent Date: Sun, 24 Aug 2008 10:09:15 +0000 Subject: [PATCH] remove redundant repeat ignoring git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8470 d7cf8633-e32d-0410-b094-e92efae38249 --- keys.c | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.39.2