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