]> 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 db50704d0143d7dd6b944e2ec7aa8832ee689958..79108be7eed4e6e38a14df5f51e578483a30c4e8 100644 (file)
@@ -1,16 +1,16 @@
 #include "csqcprojectile.qh"
-#include "../_.qh"
+#include "../_all.qh"
 
 #include "../t_items.qh"
 
 #include "../command/common.qh"
 
 #include "../../common/constants.qh"
-#include "../../common/weapons/weapons.qh"
+#include "../../common/weapons/all.qh"
 
 .float csqcprojectile_type;
 
-bool CSQCProjectile_SendEntity(entity to, int sf)
+bool CSQCProjectile_SendEntity(entity this, entity to, int sf)
 {
        float ft, fr;