From: FruitieX Date: Tue, 26 Oct 2010 14:01:17 +0000 (+0300) Subject: don't block movement X-Git-Tag: xonotic-v0.1.0preview~202^2~18 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=66759093ef30bfe895638e4f2139470e40cc1eaf;p=xonotic%2Fxonotic-data.pk3dir.git don't block movement --- 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))