replaced exception when sitting and typing with rather amusing getting up and sitting back down animation

afrisby
Jeff Ames 2007-11-13 13:47:03 +00:00
parent 297cc7ef4f
commit ae4312a698
1 changed files with 12 additions and 0 deletions

View File

@ -703,6 +703,18 @@ namespace OpenSim.Region.Environment.Scenes
}
}
}
else if (m_parentID != 0)
{
if (m_isTyping)
{
SendAnimPack(Animations.AnimsLLUUID["TYPE"], 1);
}
else
{
// TODO: stop the typing animation, continue sitting
SendAnimPack(Animations.AnimsLLUUID["SIT"], 1);
}
}
else
{
if (((m_movementflag & (uint) MainAvatar.ControlFlags.AGENT_CONTROL_UP_NEG) != 0) &&