diff options
author | LogicParrot <LogicParrot@users.noreply.github.com> | 2017-08-24 09:36:12 +0200 |
---|---|---|
committer | LogicParrot <LogicParrot@users.noreply.github.com> | 2017-08-24 09:36:12 +0200 |
commit | 044f65ba46871d020d855eca79ca91bfc117ab41 (patch) | |
tree | 74115c4ef93582875bed032e49d8290db9aeb669 /src/Mobs | |
parent | pass a_Dt and a_Chunk to PostTick,PreTick,Tick,IsControlDesired (diff) | |
parent | Removed outdated pathfinder comment (#3955) (diff) | |
download | cuberite-044f65ba46871d020d855eca79ca91bfc117ab41.tar cuberite-044f65ba46871d020d855eca79ca91bfc117ab41.tar.gz cuberite-044f65ba46871d020d855eca79ca91bfc117ab41.tar.bz2 cuberite-044f65ba46871d020d855eca79ca91bfc117ab41.tar.lz cuberite-044f65ba46871d020d855eca79ca91bfc117ab41.tar.xz cuberite-044f65ba46871d020d855eca79ca91bfc117ab41.tar.zst cuberite-044f65ba46871d020d855eca79ca91bfc117ab41.zip |
Diffstat (limited to 'src/Mobs')
-rw-r--r-- | src/Mobs/Monster.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Mobs/Monster.h b/src/Mobs/Monster.h index 652b0a49f..6e24220b5 100644 --- a/src/Mobs/Monster.h +++ b/src/Mobs/Monster.h @@ -69,8 +69,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 |