diff --git a/Quake/keys.c b/Quake/keys.c index f3cd2bcea..2699627d0 100644 --- a/Quake/keys.c +++ b/Quake/keys.c @@ -1141,7 +1141,7 @@ void Key_Event (int key, qboolean down) sprintf (cmd, "-%s %i\n", kb+1, key); Cbuf_AddText (cmd); } - if (key_dest == key_console && key == K_MOUSE1 && !down) + if (key_dest == key_console && key == K_MOUSE1) Con_Click (); return; }