unneeded local variable warning removed

This commit is contained in:
Arthur Ice 2014-03-26 17:29:49 -07:00
parent 46eec986b7
commit 9cb07f73c1

View File

@ -421,7 +421,6 @@ bool ProcessZoneFile(const char *shortname) {
Zone_Model *zm; Zone_Model *zm;
FILE *fff; FILE *fff;
EQFileType FileType = UNKNOWN; EQFileType FileType = UNKNOWN;
GLuint *textures;
sprintf(bufs, "%s.s3d", shortname); sprintf(bufs, "%s.s3d", shortname);