local variables ALSO work better when declared
This commit is contained in:
parent
b7a62893a4
commit
62fdec79ee
|
|
@ -4013,7 +4013,7 @@ void SetupFloodLight( void )
|
||||||
int i, j;
|
int i, j;
|
||||||
float angle, elevation, angleStep, elevationStep;
|
float angle, elevation, angleStep, elevationStep;
|
||||||
const char *value;
|
const char *value;
|
||||||
double v1,v2,v3,v4,v5;
|
double v1,v2,v3,v4,v5,v6;
|
||||||
|
|
||||||
/* note it */
|
/* note it */
|
||||||
Sys_FPrintf( SYS_VRB, "--- SetupFloodLight ---\n" );
|
Sys_FPrintf( SYS_VRB, "--- SetupFloodLight ---\n" );
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user