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