]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
don't block movement
authorFruitieX <rasse@rasse-laptop.(none)>
Tue, 26 Oct 2010 14:01:17 +0000 (17:01 +0300)
committerFruitieX <rasse@rasse-laptop.(none)>
Tue, 26 Oct 2010 14:01:17 +0000 (17:01 +0300)
qcsrc/client/Main.qc

index 74db1eb83d17d08c0119cf6d9a0412760a80f28f..462f289ad2cb032802a2a53bcae44c76a6dbf9be 100644 (file)
@@ -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))