]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - exec.c
Another one
[xonotic/gmqcc.git] / exec.c
diff --git a/exec.c b/exec.c
index 00f32f1c24060ae10708685d8024e02c736eea9f..959f90b5d9ecf4d8c50a0ee9e1a17664662000fa 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -1050,6 +1050,8 @@ int main(int argc, char **argv) {
                 p.vtype = TYPE_STRING;
             else if (argv[1][1] == 'v')
                 p.vtype = TYPE_VECTOR;
                 p.vtype = TYPE_STRING;
             else if (argv[1][1] == 'v')
                 p.vtype = TYPE_VECTOR;
+            else
+                p.vtype = TYPE_VOID;
 
             --argc;
             ++argv;
 
             --argc;
             ++argv;