mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
removed unneeded local variable warning
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user