summaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/localplayer.cpp')
-rw-r--r--src/localplayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localplayer.cpp b/src/localplayer.cpp
index c1d3b9c5f..c38d66c18 100644
--- a/src/localplayer.cpp
+++ b/src/localplayer.cpp
@@ -2979,7 +2979,7 @@ bool LocalPlayer::isReachable(Being *const being,
}
bool LocalPlayer::isReachable(const int x, const int y,
- const int allowCollision) const
+ const bool allowCollision) const
{
const WalkLayer *const walk = mMap->getWalkLayer();
if (!walk)