summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Path.h
diff options
context:
space:
mode:
authorLogicParrot <LogicParrot@users.noreply.github.com>2015-12-27 13:54:52 +0100
committerLogicParrot <LogicParrot@users.noreply.github.com>2015-12-27 15:13:44 +0100
commitfc8a117a0caeca1baaabbee9a0370407f5a2c75c (patch)
tree62468224aa24dcb7ace48eb53dbcfdd341482e47 /src/Mobs/Path.h
parentMerge pull request #2825 from Gargaj/snowlayers (diff)
downloadcuberite-fc8a117a0caeca1baaabbee9a0370407f5a2c75c.tar
cuberite-fc8a117a0caeca1baaabbee9a0370407f5a2c75c.tar.gz
cuberite-fc8a117a0caeca1baaabbee9a0370407f5a2c75c.tar.bz2
cuberite-fc8a117a0caeca1baaabbee9a0370407f5a2c75c.tar.lz
cuberite-fc8a117a0caeca1baaabbee9a0370407f5a2c75c.tar.xz
cuberite-fc8a117a0caeca1baaabbee9a0370407f5a2c75c.tar.zst
cuberite-fc8a117a0caeca1baaabbee9a0370407f5a2c75c.zip
Diffstat (limited to '')
-rw-r--r--src/Mobs/Path.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Mobs/Path.h b/src/Mobs/Path.h
index c6f47ada3..f51b7da77 100644
--- a/src/Mobs/Path.h
+++ b/src/Mobs/Path.h
@@ -197,7 +197,6 @@ private:
bool IsWalkable(const Vector3i & a_Location, const Vector3i & a_Source);
bool BodyFitsIn(const Vector3i & a_Location, const Vector3i & a_Source);
bool BlockTypeIsSpecial(BLOCKTYPE a_Type);
- bool BlockTypeIsFence(BLOCKTYPE a_Type); // TODO Perhaps this should be moved to cBlockInfo
bool SpecialIsSolidFromThisDirection(BLOCKTYPE a_Type, NIBBLETYPE a_Meta, const Vector3i & a_Direction);
bool HasSolidBelow(const Vector3i & a_Location);
#ifdef COMPILING_PATHFIND_DEBUGGER