]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/effects.qc
Merge branch 'Mario/trailparticles' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / effects.qc
index 077c36a2ac736797ee1bb62fcf75826ba41212fd..c0c378fd1a42c4cb5fb697902e8bdca4c743539c 100644 (file)
@@ -1,8 +1,5 @@
 #include "effects.qh"
-
-#include "autocvars.qh"
-
-#include "../dpdefs/csprogsdefs.qh"
+#include "_all.qh"
 
 /*
 .vector fx_start;
@@ -11,9 +8,6 @@
 .string fx_texture;
 .float  fx_lifetime;
 
-void SUB_Remove()
-{ remove(self); }
-
 void b_draw()
 {
     //Draw_CylindricLine(self.fx_start, self.fx_end, self.fx_with, self.fx_texture, 0, time * 3, '1 1 1', 0.7, DRAWFLAG_ADDITIVE, view_origin);