diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-09-18 19:51:44 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-09-18 19:51:44 +0100 |
commit | 3346281be35ab6fa3a46c7f166bb1f7da066d5e3 (patch) | |
tree | ad68173772e4ff86977e48dc4992cf24b907f592 /indra/llcommon | |
parent | e360423598002893f5735b9898a565c8d159d1f8 (diff) |
SL-790 - Adding UI checks for actions that would increase the animated object attachment count
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/indra_constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/indra_constants.h b/indra/llcommon/indra_constants.h index fda84aa5a8..99ad5f2473 100644 --- a/indra/llcommon/indra_constants.h +++ b/indra/llcommon/indra_constants.h @@ -154,6 +154,7 @@ const U8 SIM_ACCESS_MAX = SIM_ACCESS_ADULT; // attachment constants const S32 MAX_AGENT_ATTACHMENTS = 38; +const S32 MAX_AGENT_ANIMATED_OBJECT_ATTACHMENTS = 1; const U8 ATTACHMENT_ADD = 0x80; // god levels |