From bb0f2d3784e3b14e673c893e95072bca5c54848c Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Tue, 20 Mar 2012 18:37:07 -0700 Subject: BUGFIX: Removing one more instance of the server warning notification that oddurs when attempting to stand up while sitting on the premium wilderness boat. --- indra/newview/llvoavatarself.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index c505936097..c4233dbe8d 100644 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -758,7 +758,7 @@ void LLVOAvatarSelf::stopMotionFromSource(const LLUUID& source_id) LLViewerObject* object = gObjectList.findObject(source_id); if (object) { - object->setFlags(FLAGS_ANIM_SOURCE, FALSE); + object->setFlagsWithoutUpdate(FLAGS_ANIM_SOURCE, FALSE); } } -- cgit v1.2.3