Unneeded local vsariable warning removed

This commit is contained in:
Arthur Ice 2014-03-26 17:09:49 -07:00
parent 1e644fa92c
commit 70f1bbbdad

View File

@ -34,9 +34,6 @@ int Zonv4Loader::Open(char *base_path, char *zone_name, Archive *archive)
Texture **tex; Texture **tex;
int tex_count, tex_tmp, *tex_map; int tex_count, tex_tmp, *tex_map;
int i, j, k, l;
char **model_names;
char *filename; char *filename;
uchar *zon_tmp, *zon_orig; uchar *zon_tmp, *zon_orig;