]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
local variables ALSO work better when declared
authorRudolf Polzer <divverent@alientrap.org>
Sat, 30 Oct 2010 16:10:23 +0000 (18:10 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Sat, 30 Oct 2010 16:10:23 +0000 (18:10 +0200)
tools/quake3/q3map2/light_ydnar.c

index 8d869dfb616826277b822e600df2598cef3ce6a8..a575093ca65c287eeafbc963c3db4938c93d3143 100644 (file)
@@ -4013,7 +4013,7 @@ void SetupFloodLight( void )
        int             i, j;
        float   angle, elevation, angleStep, elevationStep;
        const char      *value;
-       double v1,v2,v3,v4,v5;
+       double v1,v2,v3,v4,v5,v6;
 
        /* note it */
        Sys_FPrintf( SYS_VRB, "--- SetupFloodLight ---\n" );