X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=glquake.h;h=237c6caae8d974de42037cf18681b7ef54241c33;hp=d77b35805831be192ebd5cea7879f48df9704723;hb=c98b091c10dc46797648b3ade88ec24076eb092c;hpb=590a07608279a8a21604a83620d77abe9c731796 diff --git a/glquake.h b/glquake.h index d77b3580..237c6caa 100644 --- a/glquake.h +++ b/glquake.h @@ -142,6 +142,7 @@ typedef struct particle_s int texnum; float alpha; // 0-255 float time2; // used for various things (snow fluttering, for example) + vec3_t vel2; // used for snow fluttering (base velocity, wind for instance) } particle_t;