From 3cad540eb5b80a3207f9578f573c8aa551de0608 Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 15 Jan 2009 01:01:31 +0000 Subject: [PATCH] fix for more missing stuff git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8651 d7cf8633-e32d-0410-b094-e92efae38249 --- client.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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; -- 2.39.2