diff options
Diffstat (limited to 'indra/llcommon')
| -rw-r--r-- | indra/llcommon/llclickaction.h | 11 | 
1 files changed, 5 insertions, 6 deletions
| diff --git a/indra/llcommon/llclickaction.h b/indra/llcommon/llclickaction.h index 29c4df8df2..d4ffbf8634 100644 --- a/indra/llcommon/llclickaction.h +++ b/indra/llcommon/llclickaction.h @@ -33,16 +33,15 @@  #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;  const U8 CLICK_ACTION_BUY = 2;  const U8 CLICK_ACTION_PAY = 3;  const U8 CLICK_ACTION_OPEN = 4; -const U8 CLICK_ACTION_ZOOM = 5; -const U8 CLICK_ACTION_PLAY = 6; -const U8 CLICK_ACTION_OPEN_MEDIA = 7; - - +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 | 
