summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Monster.h
diff options
context:
space:
mode:
authorwiseoldman95 <softwatt@gmx.com>2015-05-01 17:53:24 +0200
committerwiseoldman95 <softwatt@gmx.com>2015-05-02 13:16:16 +0200
commit16b6fc9b5d59ac795e139b2a597da97953690d82 (patch)
treead50db2fa44bd7fed1bbf5251eac78d4b076b483 /src/Mobs/Monster.h
parentMerge pull request #1920 from wiseoldman95/SquashedPathFinder (diff)
downloadcuberite-16b6fc9b5d59ac795e139b2a597da97953690d82.tar
cuberite-16b6fc9b5d59ac795e139b2a597da97953690d82.tar.gz
cuberite-16b6fc9b5d59ac795e139b2a597da97953690d82.tar.bz2
cuberite-16b6fc9b5d59ac795e139b2a597da97953690d82.tar.lz
cuberite-16b6fc9b5d59ac795e139b2a597da97953690d82.tar.xz
cuberite-16b6fc9b5d59ac795e139b2a597da97953690d82.tar.zst
cuberite-16b6fc9b5d59ac795e139b2a597da97953690d82.zip
Diffstat (limited to 'src/Mobs/Monster.h')
-rw-r--r--src/Mobs/Monster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Monster.h b/src/Mobs/Monster.h
index 43861e021..56efa056a 100644
--- a/src/Mobs/Monster.h
+++ b/src/Mobs/Monster.h
@@ -206,7 +206,7 @@ protected:
/** Finds the next place to go
This is based on the ultimate, final destination and the current position, as well as the traversed coordinates, and any environmental hazards */
- void TickPathFinding(void);
+ void TickPathFinding(cChunk & a_Chunk);
/** Finishes a pathfinding task, be it due to failure or something else */
void FinishPathFinding(void);
/** Sets the body yaw and head yaw/pitch based on next/ultimate destinations */