summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Path.h
diff options
context:
space:
mode:
authorJulian Laubstein <julianlaubstein@yahoo.de>2015-12-27 15:53:05 +0100
committerJulian Laubstein <julianlaubstein@yahoo.de>2015-12-27 15:53:05 +0100
commitdf9825ac09875d58c1da447b736fc59909f68c6f (patch)
tree62468224aa24dcb7ace48eb53dbcfdd341482e47 /src/Mobs/Path.h
parentMerge pull request #2825 from Gargaj/snowlayers (diff)
parentDeleted cPath::BlockTypeIsFence (diff)
downloadcuberite-df9825ac09875d58c1da447b736fc59909f68c6f.tar
cuberite-df9825ac09875d58c1da447b736fc59909f68c6f.tar.gz
cuberite-df9825ac09875d58c1da447b736fc59909f68c6f.tar.bz2
cuberite-df9825ac09875d58c1da447b736fc59909f68c6f.tar.lz
cuberite-df9825ac09875d58c1da447b736fc59909f68c6f.tar.xz
cuberite-df9825ac09875d58c1da447b736fc59909f68c6f.tar.zst
cuberite-df9825ac09875d58c1da447b736fc59909f68c6f.zip
Diffstat (limited to 'src/Mobs/Path.h')
-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