]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/csqcprojectile.qc
Net: purge SELFPARAM from sendfuncs
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / csqcprojectile.qc
index 36d037167bacb5d2fef195abf0b0b3ec4622eb90..79108be7eed4e6e38a14df5f51e578483a30c4e8 100644 (file)
@@ -10,8 +10,8 @@
 
 .float csqcprojectile_type;
 
-bool CSQCProjectile_SendEntity(entity to, int sf)
-{SELFPARAM();
+bool CSQCProjectile_SendEntity(entity this, entity to, int sf)
+{
        float ft, fr;
 
        // note: flag 0x08 = no trail please (teleport bit)