]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
particle effectinfo: new parameters
[xonotic/darkplaces.git] / client.h
index 6b4e38fca7bc9ea45776bd33d9e83f7afdf87277..dc93f806d60fbbb46a86dc07c94b12e1a7bdeb49 100644 (file)
--- a/client.h
+++ b/client.h
@@ -719,6 +719,9 @@ typedef struct particle_s
        unsigned char   color[3];
        unsigned char   qualityreduction; // enables skipping of this particle according to r_refdef.view.qualityreduction
        float           stretch; // only for sparks
+       int             staincolor;
+       signed char     staintexnum;
+       float           stainsizefactor;
 
        // fields not used by rendering:  (40 bytes)
        float                   sizeincrease; // rate of size change per second