diff options
author | n0n4m3 <none@none> | 2009-12-17 07:34:00 +0100 |
---|---|---|
committer | n0n4m3 <none@none> | 2009-12-17 07:34:00 +0100 |
commit | 2028f0658b2bb95e2390aba8fd995271fe4e41d6 (patch) | |
tree | 0b468a4234b90588e7b7e799b7581b57800add2d /src/game/MapManager.h | |
parent | 8507b7da9902303189e9d01c8c23d1aaf8d656bd (diff) |
Removed mtmaps OpenMP
Implement mtmaps based on ACE
For stable work MapUpdate.Threads=2 in config
--HG--
branch : trunk
Diffstat (limited to 'src/game/MapManager.h')
-rw-r--r-- | src/game/MapManager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/MapManager.h b/src/game/MapManager.h index f9e64240686..05fd3db9951 100644 --- a/src/game/MapManager.h +++ b/src/game/MapManager.h @@ -27,6 +27,7 @@ #include "Common.h" #include "Map.h" #include "GridStates.h" +#include "MapUpdater.h" class Transport; @@ -152,6 +153,7 @@ class MANGOS_DLL_DECL MapManager : public MaNGOS::Singleton<MapManager, MaNGOS:: IntervalTimer i_timer; uint32 i_MaxInstanceId; + MapUpdater m_updater; }; #endif |