diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index a0bab1a..bf47277 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs | |||
@@ -629,7 +629,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
629 | { | 629 | { |
630 | // TODO: This doesn't quite work yet -- probably a parent ID problem | 630 | // TODO: This doesn't quite work yet -- probably a parent ID problem |
631 | // m_parentID = (what should this be?) | 631 | // m_parentID = (what should this be?) |
632 | // SetMovementAnimation(Animations.AnimsLLUUID["SIT_GROUND"], 1); | 632 | SetMovementAnimation(Animations.AnimsLLUUID["SIT_GROUND"], 1); |
633 | } | 633 | } |
634 | 634 | ||
635 | if (m_allowMovement) | 635 | if (m_allowMovement) |