From 66759093ef30bfe895638e4f2139470e40cc1eaf Mon Sep 17 00:00:00 2001 From: FruitieX Date: Tue, 26 Oct 2010 17:01:17 +0300 Subject: [PATCH] don't block movement --- qcsrc/client/Main.qc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/qcsrc/client/Main.qc b/qcsrc/client/Main.qc index 74db1eb83..462f289ad 100644 --- a/qcsrc/client/Main.qc +++ b/qcsrc/client/Main.qc @@ -672,11 +672,6 @@ float CSQC_InputEvent(float bInputType, float nPrimary, float nSecondary) cvar_set("cl_allow_uid2name", "0"); return TRUE; } - else if(nPrimary == 27) // ascii value for esc - { - return FALSE; - } - return TRUE; // capture all other keys to get more attention } if (HUD_Panel_InputEvent(bInputType, nPrimary, nSecondary)) -- 2.39.2