]> git.xonotic.org Git - xonotic/gmqcc.git/blob - testsuite/globaldefs/main.qc
Free the 3 actual vectors, not the first 3 times
[xonotic/gmqcc.git] / testsuite / globaldefs / main.qc
1 float  globf;
2 vector globv;
3 string globs;
4 void() globfunc;