diff options
Diffstat (limited to 'src/map.cpp')
-rw-r--r-- | src/map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.cpp b/src/map.cpp index 082c45857..c1905e3bb 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -1259,7 +1259,7 @@ void Map::updatePortalTile(const std::string &name, int type, } } -MapItem *Map::findPortalXY(int x, int y) +MapItem *Map::findPortalXY(int x, int y) const { for (std::vector<MapItem*>::const_iterator it = mMapPortals.begin(), it_end = mMapPortals.end(); it != it_end; ++it) |