]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
fix for more missing stuff
[xonotic/darkplaces.git] / client.h
index b72370be297397f9efc9876c7d38a58903a99416..1cd4065376c6f7b3b0433cf39ea06d2967873f20 100644 (file)
--- a/client.h
+++ b/client.h
@@ -684,8 +684,10 @@ decal_t;
 typedef struct particle_s
 {
        // fields used by rendering: (40 bytes)
-       unsigned short  typeindex;
-       unsigned short  texnum;
+       unsigned char   typeindex;
+       unsigned char   blendmode;
+       unsigned char   orientation;
+       unsigned char   texnum;
        vec3_t                  org;
        vec3_t                  vel; // velocity of particle, or orientation of decal, or end point of beam
        float                   size;