summaryrefslogtreecommitdiff
path: root/src/map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.cpp')
-rw-r--r--src/map.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.cpp b/src/map.cpp
index 314b21a2c..ccda5e5d7 100644
--- a/src/map.cpp
+++ b/src/map.cpp
@@ -954,7 +954,7 @@ Path Map::findPath(const int startX, const int startY,
const MetaTile *const t2 = &mMetaTiles[curr.x +
dx + curWidth];
- // +++ here need check block must depend
+ // +++ here need check block must depend
// on player abilities.
if (((t1->blockmask | t2->blockmask) & BLOCKMASK_WALL))
continue;