]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
fix a typo... why didn't compiler error
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 2 Dec 2011 11:17:01 +0000 (11:17 +0000)
committerRudolf Polzer <divverent@xonotic.org>
Sat, 3 Dec 2011 08:53:53 +0000 (09:53 +0100)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11589 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=1b6d4db72c92bb483ad7c054dee88869892a4c23

cl_particles.c

index a622a681d2642ddf21febf028c94e5136cc0616a..1e7a909d70a4fdec9875e3ffcf927a0ddbb6bd8a 100644 (file)
@@ -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];