diff options
| author | n0n4m3 <none@none> | 2009-12-21 07:58:19 +0100 |
|---|---|---|
| committer | n0n4m3 <none@none> | 2009-12-21 07:58:19 +0100 |
| commit | c3ee3f537da78d24f540375f34a63dbf0aadfe28 (patch) | |
| tree | 5c0dcbe078c2af6f41a94a847827551258f892a5 /src/framework | |
| parent | 865e97729f94fb3266e3f6dd4a7cf3f5b332592f (diff) | |
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
Diffstat (limited to 'src/framework')
| -rw-r--r-- | src/framework/Platform/Define.h | 11 |
1 files changed, 0 insertions, 11 deletions
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 - |
