diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2017-09-18 03:16:32 +0200 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2017-09-18 03:16:32 +0200 |
| commit | 5ec07ef31ff972dbe3c3be3fdaab4ab8aad9512c (patch) | |
| tree | 6b2126773aea642162afaeaa6db99103d55184ef /src/game/Maps/Map.cpp | |
| parent | cf627d832717c990b02da5e5ba06b4f218079321 (diff) | |
Removed more warnings, mostly related to unused-variable
issue #121
We still have to work on unused-parameter
Diffstat (limited to 'src/game/Maps/Map.cpp')
| -rw-r--r-- | src/game/Maps/Map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Maps/Map.cpp b/src/game/Maps/Map.cpp index 02733b7aea..c073d7a842 100644 --- a/src/game/Maps/Map.cpp +++ b/src/game/Maps/Map.cpp @@ -107,7 +107,7 @@ bool Map::ExistVMap(uint32 mapid, int gx, int gy) void Map::LoadMMap(int gx, int gy) { - if (!MMAP::MMapFactory::IsPathfindingEnabled(this, true)) // pussywizard + if (!MMAP::MMapFactory::IsPathfindingEnabled(this)) // pussywizard return; int mmapLoadResult = MMAP::MMapFactory::createOrGetMMapManager()->loadMap(GetId(), gx, gy); |
