]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
replaced rainsplash animation with just a single particle which expands over time...
[xonotic/darkplaces.git] / client.h
index 0b0dc300fffa0414c984ad895629fb523266f27e..f24fe71e6aed73caf2088404dcb5a69a1dd6d363 100644 (file)
--- 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