X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fdpdefs%2Fcsprogsdefs.qh;h=ce39bca1bda2ff74ead4a9bb5d9a1399a120c132;hb=eb11812570ce32dde588683712c152ad600b99c6;hp=6ad27242aaf3f6a22161d17db4f4e3bd44d3575a;hpb=8da45596c76bb645e864b4ec8ff5a3ee13bbf27c;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/dpdefs/csprogsdefs.qh b/qcsrc/dpdefs/csprogsdefs.qh index 6ad27242a..ce39bca1b 100644 --- a/qcsrc/dpdefs/csprogsdefs.qh +++ b/qcsrc/dpdefs/csprogsdefs.qh @@ -10,8 +10,16 @@ #define spawn _spawn #define particleeffectnum _particleeffectnum +#define trailparticles __trailparticles +#define pointparticles __pointparticles #define setmodel _setmodel +#define STAT_FRAGLIMIT _STAT_FRAGLIMIT +#define STAT_TIMELIMIT _STAT_TIMELIMIT +#define STAT_MOVEVARS_TICRATE _STAT_MOVEVARS_TICRATE +#define STAT_MOVEVARS_TIMESCALE _STAT_MOVEVARS_TIMESCALE +#define STAT_MOVEVARS_GRAVITY _STAT_MOVEVARS_GRAVITY + #include "upstream/csprogsdefs.qc" #undef true @@ -21,10 +29,16 @@ #undef spawn #undef particleeffectnum +#undef trailparticles +#undef pointparticles #undef setmodel -#pragma noref 0 +#undef STAT_FRAGLIMIT +#undef STAT_TIMELIMIT +#undef STAT_MOVEVARS_TICRATE +#undef STAT_MOVEVARS_TIMESCALE +#undef STAT_MOVEVARS_GRAVITY -#define ReadFloat() ReadCoord() +#pragma noref 0 #endif