]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/Main.qc
Merge remote-tracking branch 'origin/Mario/quickmenu_merge' into terencehill/quickmen...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / Main.qc
index 3206e923c37bd2a1d284bb337db11420905cbac8..eecd478568fd790208020ef2c9d22b63182a9666 100644 (file)
@@ -341,6 +341,9 @@ float CSQC_InputEvent(float bInputType, float nPrimary, float nSecondary)
        if (HUD_Panel_InputEvent(bInputType, nPrimary, nSecondary))
                return true;
 
+       if (HUD_QuickMenu_InputEvent(bInputType, nPrimary, nSecondary))
+               return true;
+
        if (MapVote_InputEvent(bInputType, nPrimary, nSecondary))
                return true;