From 1b6d4db72c92bb483ad7c054dee88869892a4c23 Mon Sep 17 00:00:00 2001 From: divverent Date: Fri, 2 Dec 2011 11:17:01 +0000 Subject: [PATCH] fix a typo... why didn't compiler error git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11589 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_particles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_particles.c b/cl_particles.c index a622a681..1e7a909d 100644 --- a/cl_particles.c +++ b/cl_particles.c @@ -112,9 +112,9 @@ typedef struct particleeffectinfo_s float lightradiusfade; float lighttime; float lightcolor[3]; - float lightcorona[2]; qboolean lightshadow; int lightcubemapnum; + float lightcorona[2]; unsigned int staincolor[2]; // note: 0x808080 = neutral (particle's own color), these are modding factors for the particle's original color! int staintex[2]; float stainalpha[2]; -- 2.39.2