diff options
author | Julian Laubstein <julianlaubstein@yahoo.de> | 2015-12-27 15:53:05 +0100 |
---|---|---|
committer | Julian Laubstein <julianlaubstein@yahoo.de> | 2015-12-27 15:53:05 +0100 |
commit | df9825ac09875d58c1da447b736fc59909f68c6f (patch) | |
tree | 62468224aa24dcb7ace48eb53dbcfdd341482e47 /src/Mobs/Path.h | |
parent | Merge pull request #2825 from Gargaj/snowlayers (diff) | |
parent | Deleted cPath::BlockTypeIsFence (diff) | |
download | cuberite-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.h | 1 |
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 |