diff options
-rw-r--r-- | Changelog.txt | 2 | ||||
-rw-r--r-- | src/map/map.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Changelog.txt b/Changelog.txt index 1e2588b15..af86481c2 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,6 +1,8 @@ Date Added 01/27 + * Tweaked garbage collection code after feedback from users + [SVN 1002: MouseJstr] * Fixed TRADE exploits (it cures proxy hack / vending+trade hack) thanks to Freya [Lupus] 01/26 diff --git a/src/map/map.c b/src/map/map.c index e942ead50..16a8d5905 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -2697,7 +2697,7 @@ int do_init(int argc, char *argv[]) { FILE *data_conf; char line[1024], w1[1024], w2[1024]; -#ifdef DGCOLLECT +#ifdef GCOLLECT GC_enable_incremental(); #endif |