removed unneeded local variable warning

This commit is contained in:
Arthur Ice 2014-03-26 17:02:51 -07:00
parent ede00ca86f
commit 1e644fa92c

View File

@ -142,7 +142,7 @@ int DATLoader::Open(char *base_path, char *zone_name, Archive *archive) {
printf("DATLoader::Open %s, [%s]\n", base_path, zone_name);
fflush(stdout);
#endif
unsigned int i, j, mat_count = 0;
unsigned int mat_count = 0;
Zone_Model *zm;