diff options
author | panikon <panikon@zoho.com> | 2014-04-12 02:52:48 -0300 |
---|---|---|
committer | panikon <panikon@zoho.com> | 2014-04-12 02:52:48 -0300 |
commit | 93ebe55b4db88c372436cc755b990453528d3364 (patch) | |
tree | 836b1b59573430c21ea191c4615dbf97cb347bc8 /src/map/map.c | |
parent | c1f916acdd60282af3838a204e9ec959e1beac12 (diff) | |
parent | f4a566fc7f7bd0e9bbbe01c7341150ba3c12a03f (diff) | |
download | hercules-93ebe55b4db88c372436cc755b990453528d3364.tar.gz hercules-93ebe55b4db88c372436cc755b990453528d3364.tar.bz2 hercules-93ebe55b4db88c372436cc755b990453528d3364.tar.xz hercules-93ebe55b4db88c372436cc755b990453528d3364.zip |
Merge branch 'master' of http://github.com/HerculesWS/Hercules
82af3838a204e9ec959e1beac12.
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c index 9e41bdca3..a423e6973 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -5808,7 +5808,7 @@ int do_init(int argc, char *argv[]) if (load_extras) { aFree(load_extras); load_extras = NULL; - load_extras_count = 0; + //load_extras_count = 0; // Dead store. Uncomment if needed again. } if( minimal ) { |