X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fdpdefs%2Fdpextensions.qh;h=ff9214844b3e5c181878b7ef31c40621e85a59e3;hb=a4bcbda7a1eb2367fae1c2514d474d426803a673;hp=2487da4ff357a8751c3ab8e643ce0168ad02c47a;hpb=fc2be4c1e7547ae97301f7966333e4dc858baf92;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/dpdefs/dpextensions.qh b/qcsrc/dpdefs/dpextensions.qh index 2487da4ff..ff9214844 100644 --- a/qcsrc/dpdefs/dpextensions.qh +++ b/qcsrc/dpdefs/dpextensions.qh @@ -3,13 +3,20 @@ #pragma noref 1 +#define particleeffectnum __particleeffectnum +#define trailparticles __trailparticles +#define pointparticles __pointparticles + #include "upstream/dpextensions.qc" +#undef particleeffectnum +#undef trailparticles +#undef pointparticles + int(entity ent, string tagname) _gettagindex = #451; #define gettagindex _gettagindex int(string effectname) _particleeffectnum = #335; -#define particleeffectnum _particleeffectnum int(string s, string separator1, ...) _tokenizebyseparator = #479; #define tokenizebyseparator _tokenizebyseparator