From fc8a117a0caeca1baaabbee9a0370407f5a2c75c Mon Sep 17 00:00:00 2001 From: LogicParrot Date: Sun, 27 Dec 2015 14:54:52 +0200 Subject: Deleted cPath::BlockTypeIsFence --- src/Mobs/Path.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Mobs/Path.h') 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 -- cgit v1.2.3