diff options
author | Oz Linden <oz@lindenlab.com> | 2018-08-02 16:36:50 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2018-08-02 16:36:50 -0400 |
commit | 5e8995220304a105d821eb3bccd8be484520174a (patch) | |
tree | 9b4ba9044ba7f98a38865fc854914e6b9e248486 /indra/llcommon/indra_constants.h | |
parent | c339894390af70b32cef3fca258b9a19ce4aeb20 (diff) | |
parent | 09f97172bb478a2c977d8b7b0958196e7e98c433 (diff) |
merge changes for 5.1.7-release
Diffstat (limited to 'indra/llcommon/indra_constants.h')
-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..a00a82aff0 100644 --- a/indra/llcommon/indra_constants.h +++ b/indra/llcommon/indra_constants.h @@ -323,6 +323,7 @@ const U8 CLICK_ACTION_OPEN = 4; const U8 CLICK_ACTION_PLAY = 5; const U8 CLICK_ACTION_OPEN_MEDIA = 6; const U8 CLICK_ACTION_ZOOM = 7; +const U8 CLICK_ACTION_DISABLED = 8; // DO NOT CHANGE THE SEQUENCE OF THIS LIST!! |