From 221cf14e82ec4b601e6bdab1793cecda8758a456 Mon Sep 17 00:00:00 2001 From: terencehill Date: Tue, 6 Dec 2011 18:08:48 +0100 Subject: [PATCH] findkeysforcommand now requires another parameter --- qcsrc/client/hud.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index 78334cc16..d2a541b31 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -5024,7 +5024,7 @@ float HUD_QuickMenu_InputEvent(float bInputType, float nPrimary, float nSecondar // allow console bind to work string con_keys; float keys; - con_keys = findkeysforcommand("toggleconsole"); + con_keys = findkeysforcommand("toggleconsole", 0); keys = tokenize(con_keys); // findkeysforcommand returns data for this float hit_con_bind, i; -- 2.39.2