]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - keys.c
-Added a couple of VM builtins.
[xonotic/darkplaces.git] / keys.c
diff --git a/keys.c b/keys.c
index 75d06a8c51922435499849d5da7ec4381347071b..20211e7d1df49729f6169f0539a8ea96b1371eae 100644 (file)
--- a/keys.c
+++ b/keys.c
@@ -543,7 +543,7 @@ the given string.  Single ascii characters return themselves, while
 the K_* names are matched up.
 ===================
 */
-static int
+int
 Key_StringToKeynum (const char *str)
 {
        const keyname_t  *kn;