From c1b1cb87a12b9c6b68b6a880b58bba4a66159891 Mon Sep 17 00:00:00 2001 From: Safwat Halaby Date: Wed, 23 Aug 2017 22:05:33 +0300 Subject: Removed outdated pathfinder comment (#3955) --- src/Mobs/Monster.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Mobs/Monster.h b/src/Mobs/Monster.h index ab5b2cf2f..d98706f8b 100644 --- a/src/Mobs/Monster.h +++ b/src/Mobs/Monster.h @@ -61,8 +61,7 @@ public: virtual void HandleFalling(void) override; - /** Engage pathfinder and tell it to calculate a path to a given position, and move the mob accordingly - Currently, the mob will only start moving to a new position after the position it is currently going to is reached. */ + /** Engage pathfinder and tell it to calculate a path to a given position, and move the mob accordingly. */ virtual void MoveToPosition(const Vector3d & a_Position); // tolua_export // tolua_begin -- cgit v1.2.3