mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-06 00:32:25 +00:00
removed unneeded local variable warning
This commit is contained in:
parent
ede00ca86f
commit
1e644fa92c
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user