diff options
Diffstat (limited to '')
-rw-r--r-- | source/Mobs/Monster.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Mobs/Monster.cpp b/source/Mobs/Monster.cpp index 8867c7e60..77bad8f51 100644 --- a/source/Mobs/Monster.cpp +++ b/source/Mobs/Monster.cpp @@ -153,6 +153,7 @@ void cMonster::Tick(float a_Dt, MTRand & a_TickRandom) double Rotation, Pitch; Distance.Normalize(); VectorToEuler( Distance.x, Distance.y, Distance.z, Rotation, Pitch ); + SetHeadYaw (Rotation); SetRotation( Rotation ); SetPitch( Pitch ); } |