diff options
Diffstat (limited to 'src/localplayer.h')
-rw-r--r-- | src/localplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index 7dfa6025f..9ce72e5e3 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -304,7 +304,7 @@ class LocalPlayer final : public Being, const int maxCost = 0) A_WARN_UNUSED; bool isReachable(const int x, const int y, - const int allowCollision) const A_WARN_UNUSED; + const bool allowCollision) const A_WARN_UNUSED; void setHome(); |