]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - keys.c
make -1 as bindmap argument also work, to mean "current bindmap" (same as leaving...
[xonotic/darkplaces.git] / keys.c
diff --git a/keys.c b/keys.c
index 981e2f24d7bf71d75e04167ac6185dd2fce3a77b..40ecfde2e25c3ccb6420fdf98e2bda0b1f9ac177 100644 (file)
--- a/keys.c
+++ b/keys.c
@@ -1405,7 +1405,7 @@ void Key_FindKeysForCommand (const char *command, int *keys, int numkeys, int bi
 {
        int             count;
        int             j;
-       char    *b;
+       const char      *b;
 
        for (j = 0;j < numkeys;j++)
                keys[j] = -1;