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