diff options
author | tonibm19 <tonibm19@gmail.com> | 2014-02-04 17:29:36 +0100 |
---|---|---|
committer | tonibm19 <tonibm19@gmail.com> | 2014-02-04 17:29:36 +0100 |
commit | a845b9abbb2531761b1ff25ba0e4d1958a4e9299 (patch) | |
tree | 600593a47d415337d56e392975fad428d01a6ba8 /src/Mobs/Monster.cpp | |
parent | Not exporting FindClosestPlayer (diff) | |
download | cuberite-a845b9abbb2531761b1ff25ba0e4d1958a4e9299.tar cuberite-a845b9abbb2531761b1ff25ba0e4d1958a4e9299.tar.gz cuberite-a845b9abbb2531761b1ff25ba0e4d1958a4e9299.tar.bz2 cuberite-a845b9abbb2531761b1ff25ba0e4d1958a4e9299.tar.lz cuberite-a845b9abbb2531761b1ff25ba0e4d1958a4e9299.tar.xz cuberite-a845b9abbb2531761b1ff25ba0e4d1958a4e9299.tar.zst cuberite-a845b9abbb2531761b1ff25ba0e4d1958a4e9299.zip |
Diffstat (limited to 'src/Mobs/Monster.cpp')
-rw-r--r-- | src/Mobs/Monster.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Mobs/Monster.cpp b/src/Mobs/Monster.cpp index 35880bcff..340761a7e 100644 --- a/src/Mobs/Monster.cpp +++ b/src/Mobs/Monster.cpp @@ -188,6 +188,10 @@ void cMonster::MoveToPosition(const Vector3f & a_Position) TickPathFinding(); } + + + + void cMonster::MoveToPosition(const Vector3d & a_Position) { FinishPathFinding(); |