Fix shadowing variable.

This commit is contained in:
Night Owl 2018-02-25 12:27:21 +05:00
parent 6f1979e045
commit 7979101020
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ void CWorld::Precache( void )
// 63 testing
LIGHT_STYLE( 63, "a" );
for( int i = 0; i < (int)ARRAYSIZE( gDecals ); i++ )
for( i = 0; i < (int)ARRAYSIZE( gDecals ); i++ )
gDecals[i].index = DECAL_INDEX( gDecals[i].name );
// init the WorldGraph.