summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.cpp
diff options
context:
space:
mode:
authorprep <none@none>2012-02-29 12:04:09 -0500
committerprep <none@none>2012-02-29 12:04:09 -0500
commit91fdd33f765b2f1ae7a4608bc426a106c75cfc11 (patch)
treefe687ef29b96f5c4cc8e95bcae0bfb455cef50df /indra/newview/llvoavatarself.cpp
parentcfdd0c6faedfb8f93af7059bb61ae6dc8f8a1c69 (diff)
parent4d77d3cca1c932516781222e0c8c14d27f876466 (diff)
merge
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rw-r--r--indra/newview/llvoavatarself.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp
index f1df67494f..73390d2ea4 100644
--- a/indra/newview/llvoavatarself.cpp
+++ b/indra/newview/llvoavatarself.cpp
@@ -757,7 +757,7 @@ void LLVOAvatarSelf::stopMotionFromSource(const LLUUID& source_id)
LLViewerObject* object = gObjectList.findObject(source_id);
if (object)
{
- object->mFlags &= ~FLAGS_ANIM_SOURCE;
+ object->setFlags(FLAGS_ANIM_SOURCE, FALSE);
}
}