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