mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +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);
|
printf("DATLoader::Open %s, [%s]\n", base_path, zone_name);
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
#endif
|
#endif
|
||||||
unsigned int i, j, mat_count = 0;
|
unsigned int mat_count = 0;
|
||||||
|
|
||||||
Zone_Model *zm;
|
Zone_Model *zm;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user