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