]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/Main.qc
movement disabling patch by parasti, thanks :)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / Main.qc
index e87c249005e2659500ae1fbff2f26559c8de42f5..bf903bdb05f9b30c3044994795f510364a693c81 100644 (file)
@@ -638,9 +638,8 @@ float CSQC_InputEvent(float bInputType, float nPrimary, float nSecondary)
        local float bSkipKey;
        bSkipKey = false;
 
-       if(hud_configure)
-               if (HUD_Panel_InputEvent(bInputType, nPrimary, nSecondary))
-                       return true;
+       if (HUD_Panel_InputEvent(bInputType, nPrimary, nSecondary))
+               return true;
 
        if (MapVote_InputEvent(bInputType, nPrimary, nSecondary))
                return true;