X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=client.h;h=f24fe71e6aed73caf2088404dcb5a69a1dd6d363;hb=66971055da035d25f4c946a3e897ac637c5de2f6;hp=0b0dc300fffa0414c984ad895629fb523266f27e;hpb=aa150f38ef79b17d32b520bebb5fe5125c7b3ced;p=xonotic%2Fdarkplaces.git diff --git a/client.h b/client.h index 0b0dc300..f24fe71e 100644 --- a/client.h +++ b/client.h @@ -583,6 +583,7 @@ typedef struct particle_s vec3_t org; vec3_t vel; // velocity of particle, or orientation of decal, or end point of beam float size; + float sizeincrease; // rate of size change per second float alpha; // 0-255 float alphafade; // how much alpha reduces per second float time2; // used for snow fluttering and decal fade