]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_uzi.qc
give all weapon files a w_function
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_uzi.qc
index e392ac9d267a4ee48fb7453e4a059eb801fd4458..d6ea5c35b6ae3d14e1feaf7c0a5bde05a16c0173 100644 (file)
@@ -139,5 +139,9 @@ float w_uzi(float req)
 };
 #endif
 #ifdef CSQC
+float w_uzi(float req)
+{
+       return TRUE;
+}
 #endif
 #endif