X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fdpdefs%2Fdpextensions.qh;h=7b437082f191096ac3aadd7b2bfc6583b50c3eae;hb=38921a0d68b46eb7a70551355d24886139adc20c;hp=2487da4ff357a8751c3ab8e643ce0168ad02c47a;hpb=125d619e9ab2a307b15b7ee1a2ededed32c7e84d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/dpdefs/dpextensions.qh b/qcsrc/dpdefs/dpextensions.qh index 2487da4ff..7b437082f 100644 --- a/qcsrc/dpdefs/dpextensions.qh +++ b/qcsrc/dpdefs/dpextensions.qh @@ -3,13 +3,16 @@ #pragma noref 1 +#define particleeffectnum __particleeffectnum + #include "upstream/dpextensions.qc" +#undef particleeffectnum + 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