1
0

Fixed a copypasta error...

This commit is contained in:
tonibm19
2014-01-29 18:25:10 +01:00
parent ebe0f9372f
commit 73d9a285d5
4 changed files with 5 additions and 1 deletions

View File

@@ -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)
{