]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud_config.qc
get rid of some uses of the insane tokenizer
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud_config.qc
index f26f65ea54b53d3c7a5d8cd564457416d81755d7..488debb11baeb521d6427bfa8bce5fc11d74451d 100644 (file)
@@ -583,7 +583,7 @@ float HUD_Panel_InputEvent(float bInputType, float nPrimary, float nSecondary)
        string con_keys;
        float keys;
        con_keys = findkeysforcommand("toggleconsole");
-       keys = tokenize(con_keys);
+       keys = tokenize(con_keys); // findkeysforcommand returns data for this
 
        float hit_con_bind, i;
        for (i = 0; i < keys; ++i)