diff options
author | angela <angela@lindenlab.com> | 2009-11-18 20:52:53 +0800 |
---|---|---|
committer | angela <angela@lindenlab.com> | 2009-11-18 20:52:53 +0800 |
commit | a35fbddb910fa0dd068622c3dc64af1b27ca19b7 (patch) | |
tree | 691c23b2ec764eea9cd1677c1b701979ccf27241 /indra/llcommon | |
parent | acc53aa2f7a3fd939a207674a3bdf96d6e649f90 (diff) |
EXT-2094
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llclickaction.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/llcommon/llclickaction.h b/indra/llcommon/llclickaction.h index 8048724575..29c4df8df2 100644 --- a/indra/llcommon/llclickaction.h +++ b/indra/llcommon/llclickaction.h @@ -40,7 +40,9 @@ 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; +const U8 CLICK_ACTION_ZOOM = 5; +const U8 CLICK_ACTION_PLAY = 6; +const U8 CLICK_ACTION_OPEN_MEDIA = 7; + #endif |