From: havoc Date: Thu, 15 Jan 2009 01:01:31 +0000 (+0000) Subject: fix for more missing stuff X-Git-Tag: xonotic-v0.1.0preview~1941 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3cad540eb5b80a3207f9578f573c8aa551de0608;p=xonotic%2Fdarkplaces.git fix for more missing stuff git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8651 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/client.h b/client.h index b72370be..1cd40653 100644 --- 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;