From: terencehill Date: Tue, 6 Dec 2011 17:08:48 +0000 (+0100) Subject: findkeysforcommand now requires another parameter X-Git-Tag: xonotic-v0.8.2~1987^2~55^2~23 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=221cf14e82ec4b601e6bdab1793cecda8758a456;p=xonotic%2Fxonotic-data.pk3dir.git findkeysforcommand now requires another parameter --- 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;