removed unneeded local variable warning

This commit is contained in:
Arthur Ice 2014-03-26 16:05:57 -07:00
parent 11fbb86f8b
commit 93cb7285b4

View File

@ -43,8 +43,6 @@ int Zonv4Loader::Open(char *base_path, char *zone_name, Archive *archive)
float rot_change = 180.0f / 3.14159f;
float base[3];
printf("Attempting to load EQG %s\n", zone_name);
filename = new char[strlen(zone_name) + 5];