]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - glquake.h
misc. cleanup, bubble trails fixed, improved lightmap compatibility.
[xonotic/darkplaces.git] / glquake.h
index d77b35805831be192ebd5cea7879f48df9704723..237c6caae8d974de42037cf18681b7ef54241c33 100644 (file)
--- 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)
        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;
 
 
 } particle_t;