diff options
Diffstat (limited to 'src/renderergl2/tr_world.c')
-rw-r--r-- | src/renderergl2/tr_world.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/renderergl2/tr_world.c b/src/renderergl2/tr_world.c index cbce8157..dcf0bf00 100644 --- a/src/renderergl2/tr_world.c +++ b/src/renderergl2/tr_world.c @@ -158,7 +158,6 @@ static int R_DlightSurface( msurface_t *surf, int dlightBits ) { if ( surf->cullinfo.type & CULLINFO_PLANE ) { - int i; for ( i = 0 ; i < tr.refdef.num_dlights ; i++ ) { if ( ! ( dlightBits & ( 1 << i ) ) ) { continue; @@ -239,7 +238,6 @@ static int R_PshadowSurface( msurface_t *surf, int pshadowBits ) { if ( surf->cullinfo.type & CULLINFO_PLANE ) { - int i; for ( i = 0 ; i < tr.refdef.num_pshadows ; i++ ) { if ( ! ( pshadowBits & ( 1 << i ) ) ) { continue; |