Fixes the nudge movements!

This commit is contained in:
Diva Canto
2010-12-11 17:06:17 -08:00
parent c42876df67
commit 797ca8d0e7
3 changed files with 20 additions and 48 deletions

View File

@@ -316,16 +316,7 @@ namespace OpenSim.Region.Framework.Scenes.Animation
public void UpdateMovementAnimations()
{
m_movementAnimation = GetMovementAnimation();
if (m_movementAnimation == "PREJUMP" && !m_scenePresence.Scene.m_usePreJump)
{
// This was the previous behavior before PREJUMP
TrySetMovementAnimation("JUMP");
}
else
{
TrySetMovementAnimation(m_movementAnimation);
}
TrySetMovementAnimation(m_movementAnimation);
}
public UUID[] GetAnimationArray()