summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2018-06-13 20:28:26 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2018-06-13 20:28:26 +0300
commit5f890af7077157f7a0bf161d5aebf48dceb1a2ac (patch)
tree4745689929c3e621e62ba0b97ed0f226f969aad3 /indra/llcommon
parent83dcf6b10daff1ec886063a968c884cdc79c47ed (diff)
MAINT-8731 Click action to disable clicking objects, per-object in a linkset
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/indra_constants.h1
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!!