diff --git a/Entities/Actor.h b/Entities/Actor.h index 3cf1bc7de..1f1f0e648 100644 --- a/Entities/Actor.h +++ b/Entities/Actor.h @@ -1135,7 +1135,7 @@ ClassInfoGetters; /// Returns whether we're waiting on a new pending movepath. /// /// Whether we're waiting on a new pending movepath. - bool IsWaitingOnNewMovePath() const { return m_PathRequest != nullptr; } + bool IsWaitingOnNewMovePath() const { return m_PathRequest != nullptr || m_UpdateMovePath; } /// /// Estimates what material strength this actor can penetrate.