diff options
Diffstat (limited to 'linden/indra/llcommon/llclickaction.h')
-rw-r--r-- | linden/indra/llcommon/llclickaction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llclickaction.h b/linden/indra/llcommon/llclickaction.h index 20bfbfd..b69ca15 100644 --- a/linden/indra/llcommon/llclickaction.h +++ b/linden/indra/llcommon/llclickaction.h | |||
@@ -39,5 +39,7 @@ const U8 CLICK_ACTION_SIT = 1; | |||
39 | const U8 CLICK_ACTION_BUY = 2; | 39 | const U8 CLICK_ACTION_BUY = 2; |
40 | const U8 CLICK_ACTION_PAY = 3; | 40 | const U8 CLICK_ACTION_PAY = 3; |
41 | const U8 CLICK_ACTION_OPEN = 4; | 41 | const U8 CLICK_ACTION_OPEN = 4; |
42 | const U8 CLICK_ACTION_PLAY = 5; | ||
43 | const U8 CLICK_ACTION_OPEN_MEDIA = 6; | ||
42 | 44 | ||
43 | #endif | 45 | #endif |