From c3ee3f537da78d24f540375f34a63dbf0aadfe28 Mon Sep 17 00:00:00 2001 From: n0n4m3 Date: Mon, 21 Dec 2009 07:58:19 +0100 Subject: Set use mtmaps by default, and cleanup some code in MapManager. TODO: Set MapUpdate.Threads=0 in config, for full disable mtmaps, for correct work mtmaps, need ACE 5.7.2+, recommend 5.7.5 --HG-- branch : trunk --- src/framework/Platform/Define.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/framework') diff --git a/src/framework/Platform/Define.h b/src/framework/Platform/Define.h index 95e7c0d7b66..2763db5453a 100644 --- a/src/framework/Platform/Define.h +++ b/src/framework/Platform/Define.h @@ -155,19 +155,8 @@ typedef uint64 OBJECT_HANDLE; # endif #endif -#if !defined(DEBUG) && !defined(MANGOS_DEBUG) && !defined(TRINITY_DEBUG) - #if defined(USE_MULTI_THREAD_MAP) - #define MULTI_THREAD_MAP - #endif -#endif - -#ifdef MULTI_THREAD_MAP -#define MAP_BASED_RAND_GEN -#endif - #ifndef CLIENT_VER #define CLIENT_VER 313 #endif #endif //TRINITY_DEFINE_H - -- cgit v1.2.3