]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/varargs.qc
Fix T...name
[xonotic/gmqcc.git] / tests / varargs.qc
index eceec4a5ac693a824ead8f758a262207515fb678..4b0d80686e079be78b63f3c0a2f95e0768062a83 100644 (file)
@@ -1,4 +1,4 @@
-void nbva(float a, ...count) {
+void nbva(float a, string...count) {
     print("You gave me ", ftos(count), " additional parameters\n");
     print("First: ", ...(0, string), "\n");
     print("You chose: ", ...(a, string), "\n");