Просмотр исходного кода

Update to garbage collector

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1002 54d463be-8e91-2dee-dedb-b68131a5f0ec
(no author) 20 лет назад
Родитель
Сommit
7a56feb2c5
2 измененных файлов с 3 добавлено и 1 удалено
  1. 2 0
      Changelog.txt
  2. 1 1
      src/map/map.c

+ 2 - 0
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

+ 1 - 1
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