summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2009-11-23 15:53:49 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2009-11-23 15:53:49 +0000
commita434e32097ca59c19a7c38aeae6b1991272569df (patch)
tree34237f1926aee21a80f977e5b363a7c0a8592b21 /indra/llcommon
parent21723e85677c69c4f78946d971bbf0e0c9cd37e5 (diff)
parent1b07c1d7fb5b6d3ce15083bc3dbb65a3f0ac8006 (diff)
merge.
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/llclickaction.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/llcommon/llclickaction.h b/indra/llcommon/llclickaction.h
index 8048724575..d4ffbf8634 100644
--- a/indra/llcommon/llclickaction.h
+++ b/indra/llcommon/llclickaction.h
@@ -33,7 +33,7 @@
#ifndef LL_LLCLICKACTION_H
#define LL_LLCLICKACTION_H
-
+// DO NOT CHANGE THE SEQUENCE OF THIS LIST!!
const U8 CLICK_ACTION_NONE = 0;
const U8 CLICK_ACTION_TOUCH = 0;
const U8 CLICK_ACTION_SIT = 1;
@@ -42,5 +42,6 @@ const U8 CLICK_ACTION_PAY = 3;
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;
+// DO NOT CHANGE THE SEQUENCE OF THIS LIST!!
#endif