From d1e6e862597f8bbadb055f90e31828c2ed61d01b Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Wed, 24 Oct 2007 13:29:00 +0000 Subject: * Corrected a fex misshaps from r11571: - disabling the memory manager - using the wrong length for the title and body in mail_savemessage * Removed the quick-fix in the npc duplicate check and the impossible condition that is generating the warning. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11573 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/malloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/malloc.h b/src/common/malloc.h index f73ff6588..43eff40f1 100644 --- a/src/common/malloc.h +++ b/src/common/malloc.h @@ -28,7 +28,7 @@ // Whether to use Athena's built-in Memory Manager (enabled by default) // To disable just comment the following line #if !defined(DMALLOC) && !defined(BCHECK) - //#define USE_MEMMGR + #define USE_MEMMGR #endif // Whether to enable Memory Manager's logging #define LOG_MEMMGR -- cgit v1.2.3-70-g09d2