]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix for more missing stuff
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 15 Jan 2009 01:01:31 +0000 (01:01 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 15 Jan 2009 01:01:31 +0000 (01:01 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8651 d7cf8633-e32d-0410-b094-e92efae38249

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;