Revert "Fix for Mantis 0006376: Avatar no longer show Walking animation when any AO hud is"

This reverts commit fa484c3494.
integration
Melanie 2012-10-26 21:16:27 +01:00
parent 16809bd0ea
commit de6f147d3c
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ namespace OpenSim.Region.Framework.Scenes.Animation
{
if (m_defaultAnimation.AnimID == animID)
{
m_defaultAnimation = new OpenSim.Framework.Animation(animID, 1, UUID.Zero);
m_defaultAnimation = new OpenSim.Framework.Animation(UUID.Zero, 1, UUID.Zero);
}
else if (HasAnimation(animID))
{