From 77bf00a5994cc4cbbca57d70fb8e761a2ea2757f Mon Sep 17 00:00:00 2001 From: LogicParrot Date: Thu, 24 Mar 2016 18:18:14 +0200 Subject: Out of world blocks are now always considered air blocks --- src/Mobs/Path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Mobs/Path.cpp') diff --git a/src/Mobs/Path.cpp b/src/Mobs/Path.cpp index 18090587e..1273b2517 100644 --- a/src/Mobs/Path.cpp +++ b/src/Mobs/Path.cpp @@ -250,7 +250,7 @@ bool cPath::StepOnce() { if (ProcessIfWalkable(CurrentCell->m_Location + Vector3i(0, y, 1), CurrentCell, NORMAL_G_COST)) { - DoneWest = true; + DoneSouth = true; if (y == 0) { WalkableSouth = true; -- cgit v1.2.3