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