]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/csqcprojectile.qc
Merge branch 'master' into TimePath/global_self
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / csqcprojectile.qc
index db50704d0143d7dd6b944e2ec7aa8832ee689958..36d037167bacb5d2fef195abf0b0b3ec4622eb90 100644 (file)
@@ -1,17 +1,17 @@
 #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)
-{
+{SELFPARAM();
        float ft, fr;
 
        // note: flag 0x08 = no trail please (teleport bit)