From 517644e441512ced88706bc63edc38ec3ca8784a Mon Sep 17 00:00:00 2001 From: eviltypeguy Date: Tue, 7 Jun 2005 02:14:38 +0000 Subject: [PATCH] Disabling black's key code: * Breaks US keyboard console access * Breaks input for US keyboard, causing bizarre input problems and choppy MP gameplay git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5407 d7cf8633-e32d-0410-b094-e92efae38249 --- keys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keys.c b/keys.c index a98f5433..be721de8 100644 --- a/keys.c +++ b/keys.c @@ -833,7 +833,7 @@ Should NOT be called during an interrupt! void Key_Event (int key, char ascii, qboolean down) { -#if 1 +#if 0 #define USERPLAYING() ( !key_consoleactive && key_dest == key_game && (cls.state == ca_connected && cls.signon == SIGNONS) ) //#define CONSOLEKEY() (key_consoleactive && !consolekeys[key]) #define CONSOLEKEY() ( key_dest == key_console) -- 2.39.2