]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
+"DP_QC_CVAR_DESCRIPTION "
[xonotic/darkplaces.git] / client.h
index 6c3f46ac2b7ccc59dc4e360f136556cc4e229d33..1cd4065376c6f7b3b0433cf39ea06d2967873f20 100644 (file)
--- a/client.h
+++ b/client.h
@@ -642,7 +642,7 @@ typedef enum
 {
        PBLEND_ALPHA = 0,
        PBLEND_ADD = 1,
-       PBLEND_MOD = 2
+       PBLEND_INVMOD = 2
 }
 pblend_t;
 
@@ -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;