reduce the amount of compiler warnings for variable shadowing
This commit is contained in:
parent
1d0a044de3
commit
bbd17d75ce
8 changed files with 2 additions and 9 deletions
|
@ -206,7 +206,7 @@ qboolean R_LoadIQM( model_t *mod, void *buffer, int filesize, const char *mod_na
|
|||
}
|
||||
vertexarray = (iqmVertexArray_t *)((byte *)header + header->ofs_vertexarrays);
|
||||
for( i = 0; i < header->num_vertexarrays; i++, vertexarray++ ) {
|
||||
int j, n, *intPtr;
|
||||
int n, *intPtr;
|
||||
|
||||
if( vertexarray->size <= 0 || vertexarray->size > 4 ) {
|
||||
return qfalse;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue