summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-03-09 16:34:17 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-03-09 16:34:17 -0500
commitbcc2547911fe6bd3ab433118dcdbfd84b3f024ec (patch)
tree0295ac54d8110f71ff4cc8ff23111a4b4295d1ad /indra/newview/llvoavatarself.cpp
parent7bc698cbeca5ef3aab93bf7e4b843004dd5a7afb (diff)
SH-2970 WIP - more phase tracking
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rwxr-xr-xindra/newview/llvoavatarself.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp
index ed3295c43c..27d499b9c4 100755
--- a/indra/newview/llvoavatarself.cpp
+++ b/indra/newview/llvoavatarself.cpp
@@ -98,6 +98,14 @@ void selfClearPhases()
}
}
+void selfStopAllPhases()
+{
+ if (isAgentAvatarValid())
+ {
+ gAgentAvatarp->stopAllPhases();
+ }
+}
+
using namespace LLVOAvatarDefines;
/*********************************************************************************