X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Feffects.qc;h=c0c378fd1a42c4cb5fb697902e8bdca4c743539c;hp=95623505b83e297d2a7e63e12a4f78e378838d5b;hb=99c1b6ca80a69e112d410ee493d62f757b2c6df8;hpb=bedc4037f669e55758528498bc1eb19311f6f71c diff --git a/qcsrc/client/effects.qc b/qcsrc/client/effects.qc index 95623505b..c0c378fd1 100644 --- a/qcsrc/client/effects.qc +++ b/qcsrc/client/effects.qc @@ -1,9 +1,5 @@ -#if defined(CSQC) - #include "../dpdefs/csprogsdefs.qh" - #include "autocvars.qh" -#elif defined(MENUQC) -#elif defined(SVQC) -#endif +#include "effects.qh" +#include "_all.qh" /* .vector fx_start; @@ -12,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);