aboutsummaryrefslogtreecommitdiff
path: root/src/common/Collision/Management/VMapManager2.cpp
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2018-04-27 20:29:01 +0200
committerShauren <shauren.trinity@gmail.com>2018-04-27 20:29:01 +0200
commit45b2492aa0e5da95a8d9ae1483dbcd717898008c (patch)
treea8384031d30af31303dd97a9a145f308cd8a7b41 /src/common/Collision/Management/VMapManager2.cpp
parent24d30dab84f93a200ad3acad6302327379f5031c (diff)
Nopch/warning fixes
Diffstat (limited to 'src/common/Collision/Management/VMapManager2.cpp')
-rw-r--r--src/common/Collision/Management/VMapManager2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Collision/Management/VMapManager2.cpp b/src/common/Collision/Management/VMapManager2.cpp
index bf52acbe4c3..163769f33a9 100644
--- a/src/common/Collision/Management/VMapManager2.cpp
+++ b/src/common/Collision/Management/VMapManager2.cpp
@@ -132,7 +132,7 @@ namespace VMAP
{
std::string mapFileName = getMapFileName(mapId);
StaticMapTree* newTree = new StaticMapTree(mapId, basePath);
- if (!newTree->InitMap(mapFileName, this))
+ if (!newTree->InitMap(mapFileName))
{
delete newTree;
return false;