diff options
author | Subv <s.v.h21@hotmail.com> | 2012-08-30 19:16:09 -0500 |
---|---|---|
committer | Subv <s.v.h21@hotmail.com> | 2012-08-30 19:16:09 -0500 |
commit | 554e88dd63c244f740d385d8a45d4e4405e951ba (patch) | |
tree | abcd721b4f6e7e8a9189455386a3d3b0b9eac0e4 /src/server/collision/Maps/MapTree.cpp | |
parent | 532ddfcd402390a9caf3ac5863bba2f0db9d0efc (diff) | |
parent | e3d9768a50a3b2b700d65e0cc96e697a5c9d22dc (diff) |
Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps
Diffstat (limited to 'src/server/collision/Maps/MapTree.cpp')
-rw-r--r-- | src/server/collision/Maps/MapTree.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/collision/Maps/MapTree.cpp b/src/server/collision/Maps/MapTree.cpp index 6489ddd7a4f..f35e36d92fd 100644 --- a/src/server/collision/Maps/MapTree.cpp +++ b/src/server/collision/Maps/MapTree.cpp @@ -124,8 +124,8 @@ namespace VMAP return intersectionCallBack.result; } - StaticMapTree::StaticMapTree(uint32 mapID, const std::string &basePath): - iMapID(mapID), iTreeValues(0), iBasePath(basePath) + StaticMapTree::StaticMapTree(uint32 mapID, const std::string &basePath) + : iMapID(mapID), iTreeValues(0), iBasePath(basePath), iIsTiled(false) { if (iBasePath.length() > 0 && iBasePath[iBasePath.length()-1] != '/' && iBasePath[iBasePath.length()-1] != '\\') { |