* Applying Mantis #1021 (llStartAnimation/llStopAnimation) - Thanks Melanie!

This commit is contained in:
Adam Frisby
2008-04-23 11:53:16 +00:00
parent bca7ab7e36
commit 163d254bb9
3 changed files with 216 additions and 17 deletions

View File

@@ -103,7 +103,7 @@ namespace OpenSim.Region.Environment.Scenes
private PhysicsVector m_lastRotationalVelocity = PhysicsVector.Zero;
private Vector3 m_sitTargetPosition = new Vector3(0, 0, 0);
private Quaternion m_sitTargetOrientation = new Quaternion(0, 0, 0, 1);
private LLUUID m_sitTargetAvatar = LLUUID.Zero;
public LLUUID m_sitTargetAvatar = LLUUID.Zero;
#region Permissions