diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-04-21 19:08:15 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-04-21 19:08:15 -0400 |
commit | 6aa3b75224f68fffc640253ced8bf5c162acdf2d (patch) | |
tree | 955baea20530cb822b8ce57c7c014175b0299281 /indra/newview/llvoavatar.h | |
parent | d692ed38bda3bf2d229cedb26b3dd7ef859daa42 (diff) |
For EXT-6953: improved default animations.
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r-- | indra/newview/llvoavatar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index c80d59966c..f06bb458c5 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -157,6 +157,7 @@ public: virtual LLJoint* getCharacterJoint(U32 num); virtual BOOL allocateCharacterJoints(U32 num); + virtual LLUUID remapMotionID(const LLUUID& id); virtual BOOL startMotion(const LLUUID& id, F32 time_offset = 0.f); virtual BOOL stopMotion(const LLUUID& id, BOOL stop_immediate = FALSE); virtual void stopMotionFromSource(const LLUUID& source_id); |