From: divverent Date: Fri, 2 Dec 2011 11:17:01 +0000 (+0000) Subject: fix a typo... why didn't compiler error X-Git-Tag: xonotic-v0.6.0~133 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b3201f0b50acd42aba525efbc9fc04867e8765b9;p=xonotic%2Fdarkplaces.git fix a typo... why didn't compiler error git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11589 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=1b6d4db72c92bb483ad7c054dee88869892a4c23 --- 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];