From 62fdec79ee1cb5523e1275b712381c571430507b Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 30 Oct 2010 18:10:23 +0200 Subject: [PATCH] local variables ALSO work better when declared --- tools/quake3/q3map2/light_ydnar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/quake3/q3map2/light_ydnar.c b/tools/quake3/q3map2/light_ydnar.c index 8d869dfb..a575093c 100644 --- a/tools/quake3/q3map2/light_ydnar.c +++ b/tools/quake3/q3map2/light_ydnar.c @@ -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" ); -- 2.39.2