diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2020-12-18 21:48:32 +0100 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2020-12-21 14:52:23 +0100 |
commit | 47c0b48bfd5df90cf889574c5634542d2aaa8873 (patch) | |
tree | a45252c6fa1add902671ea07eebf2bd49f0bec85 /src/Mobs/PassiveMonster.cpp | |
parent | Chunk: use FAST_FLOOR_DIV (diff) | |
download | cuberite-47c0b48bfd5df90cf889574c5634542d2aaa8873.tar cuberite-47c0b48bfd5df90cf889574c5634542d2aaa8873.tar.gz cuberite-47c0b48bfd5df90cf889574c5634542d2aaa8873.tar.bz2 cuberite-47c0b48bfd5df90cf889574c5634542d2aaa8873.tar.lz cuberite-47c0b48bfd5df90cf889574c5634542d2aaa8873.tar.xz cuberite-47c0b48bfd5df90cf889574c5634542d2aaa8873.tar.zst cuberite-47c0b48bfd5df90cf889574c5634542d2aaa8873.zip |
Diffstat (limited to 'src/Mobs/PassiveMonster.cpp')
-rw-r--r-- | src/Mobs/PassiveMonster.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/PassiveMonster.cpp b/src/Mobs/PassiveMonster.cpp index 1843ceb73..e9c4070db 100644 --- a/src/Mobs/PassiveMonster.cpp +++ b/src/Mobs/PassiveMonster.cpp @@ -57,7 +57,7 @@ void cPassiveMonster::Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk) if (m_EMState == ESCAPING) { - CheckEventLostPlayer(); + CheckEventLostPlayer(a_Dt); } cMonster::LoveTick(); |