summaryrefslogtreecommitdiff
path: root/indra/llcommon/llclickaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/llclickaction.h')
-rw-r--r--indra/llcommon/llclickaction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/llclickaction.h b/indra/llcommon/llclickaction.h
index be343c6785..e2ba02465d 100644
--- a/indra/llcommon/llclickaction.h
+++ b/indra/llcommon/llclickaction.h
@@ -39,5 +39,7 @@ const U8 CLICK_ACTION_SIT = 1;
const U8 CLICK_ACTION_BUY = 2;
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;
#endif