]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
findkeysforcommand now requires another parameter
authorterencehill <piuntn@gmail.com>
Tue, 6 Dec 2011 17:08:48 +0000 (18:08 +0100)
committerterencehill <piuntn@gmail.com>
Tue, 6 Dec 2011 17:08:48 +0000 (18:08 +0100)
qcsrc/client/hud.qc

index 78334cc16b53ddf45ca14db8137f883a50f7096e..d2a541b31fce7b76148054c4c66f2e7df6fd753a 100644 (file)
@@ -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;