summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Sheep.cpp
diff options
context:
space:
mode:
authortonibm19 <tonibm19@gmail.com>2014-01-29 18:25:10 +0100
committertonibm19 <tonibm19@gmail.com>2014-01-29 18:25:10 +0100
commit73d9a285d511a3cd1016aafc8c492924e6a7b249 (patch)
tree03d2e9278396de47370fa075605abd1128bf5fea /src/Mobs/Sheep.cpp
parentNow mobs follow you when holding their breed item (diff)
downloadcuberite-73d9a285d511a3cd1016aafc8c492924e6a7b249.tar
cuberite-73d9a285d511a3cd1016aafc8c492924e6a7b249.tar.gz
cuberite-73d9a285d511a3cd1016aafc8c492924e6a7b249.tar.bz2
cuberite-73d9a285d511a3cd1016aafc8c492924e6a7b249.tar.lz
cuberite-73d9a285d511a3cd1016aafc8c492924e6a7b249.tar.xz
cuberite-73d9a285d511a3cd1016aafc8c492924e6a7b249.tar.zst
cuberite-73d9a285d511a3cd1016aafc8c492924e6a7b249.zip
Diffstat (limited to 'src/Mobs/Sheep.cpp')
-rw-r--r--src/Mobs/Sheep.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Mobs/Sheep.cpp b/src/Mobs/Sheep.cpp
index 3fb9351ad..2478ec79c 100644
--- a/src/Mobs/Sheep.cpp
+++ b/src/Mobs/Sheep.cpp
@@ -68,6 +68,7 @@ void cSheep::OnRightClicked(cPlayer & a_Player)
void cSheep::Tick(float a_Dt, cChunk & a_Chunk)
{
+ super::Tick(a_Dt, a_Chunk);
// The sheep should not move when he's eating so only handle the physics.
if (m_TimeToStopEating > 0)
{