removed unneeded local variable warning

This commit is contained in:
Arthur Ice 2014-03-26 16:16:45 -07:00
parent 93cb7285b4
commit 77bd6e761c

View File

@ -147,7 +147,7 @@ int DATLoader::Open(char *base_path, char *zone_name, Archive *archive) {
Zone_Model *zm;
char *buffer, *buf_start;
int buf_len, bone_count;
int buf_len;
char *filename;