X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fclient.qh;h=72732037fdb91e75afb2b483353c7c5e6366dbd3;hp=75a01c96baf2314eaf7110d90a5fa264a16c9d8e;hb=bc50c2d7ca3e0a44ed1712400ef8e170e6df8210;hpb=63b6be263ca5233c13a047ed20950494b53602ba diff --git a/qcsrc/server/client.qh b/qcsrc/server/client.qh index 75a01c96ba..72732037fd 100644 --- a/qcsrc/server/client.qh +++ b/qcsrc/server/client.qh @@ -232,5 +232,5 @@ float CalcRotRegen(float current, float regenstable, float regenfactor, float re bool Spectate(entity this, entity pl); -#define SPECTATE_COPY() [[accumulate]] void SpectateCopy(entity this, entity spectatee) +#define SPECTATE_COPY() ACCUMULATE void SpectateCopy(entity this, entity spectatee) #define SPECTATE_COPYFIELD(fld) SPECTATE_COPY() { this.(fld) = spectatee.(fld); }