diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llagent.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2 meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz |
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/newview/llagent.h')
-rw-r--r-- | linden/indra/newview/llagent.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/newview/llagent.h b/linden/indra/newview/llagent.h index b86ab69..faf94ab 100644 --- a/linden/indra/newview/llagent.h +++ b/linden/indra/newview/llagent.h | |||
@@ -350,6 +350,7 @@ public: | |||
350 | 350 | ||
351 | // Animation functions | 351 | // Animation functions |
352 | void requestStopMotion( LLMotion* motion ); | 352 | void requestStopMotion( LLMotion* motion ); |
353 | void onAnimStop(const LLUUID& id); | ||
353 | 354 | ||
354 | void sendAnimationRequests(LLDynamicArray<LLUUID> &anim_ids, EAnimRequest request); | 355 | void sendAnimationRequests(LLDynamicArray<LLUUID> &anim_ids, EAnimRequest request); |
355 | void sendAnimationRequest(const LLUUID &anim_id, EAnimRequest request); | 356 | void sendAnimationRequest(const LLUUID &anim_id, EAnimRequest request); |
@@ -667,8 +668,8 @@ public: | |||
667 | U8 mAccess; // SIM_ACCESS_MATURE or SIM_ACCESS_PG | 668 | U8 mAccess; // SIM_ACCESS_MATURE or SIM_ACCESS_PG |
668 | U64 mGroupPowers; | 669 | U64 mGroupPowers; |
669 | BOOL mHideGroupTitle; | 670 | BOOL mHideGroupTitle; |
670 | char mGroupTitle[DB_GROUP_TITLE_BUF_SIZE]; // honorific, like "Sir" | 671 | char mGroupTitle[DB_GROUP_TITLE_BUF_SIZE]; /*Flawfinder: ignore*/ // honorific, like "Sir" |
671 | char mGroupName[DB_GROUP_NAME_BUF_SIZE]; | 672 | char mGroupName[DB_GROUP_NAME_BUF_SIZE]; /*Flawfinder: ignore*/ |
672 | LLUUID mGroupID; | 673 | LLUUID mGroupID; |
673 | //LLUUID mGroupInsigniaID; | 674 | //LLUUID mGroupInsigniaID; |
674 | LLUUID mInventoryRootID; | 675 | LLUUID mInventoryRootID; |