diff options
author | McCabe Maxsted | 2010-08-16 20:48:04 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-08-26 11:22:07 -0700 |
commit | 0f7e19f3e885ab97a98ab219329a7e0c2da5a20b (patch) | |
tree | 69a43ff5968f4c20d395a626114e2435e3575c59 /linden/indra/llcommon/llclickaction.h | |
parent | Applied patch from #405: show avatar age in profile, Ansariel Hiller ported t... (diff) | |
download | meta-impy-0f7e19f3e885ab97a98ab219329a7e0c2da5a20b.zip meta-impy-0f7e19f3e885ab97a98ab219329a7e0c2da5a20b.tar.gz meta-impy-0f7e19f3e885ab97a98ab219329a7e0c2da5a20b.tar.bz2 meta-impy-0f7e19f3e885ab97a98ab219329a7e0c2da5a20b.tar.xz |
Fixed some missing constants in the script editor and added llGetLinkNumberOfSides
Diffstat (limited to 'linden/indra/llcommon/llclickaction.h')
-rw-r--r-- | linden/indra/llcommon/llclickaction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llclickaction.h b/linden/indra/llcommon/llclickaction.h index 8048724..209e2d6 100644 --- a/linden/indra/llcommon/llclickaction.h +++ b/linden/indra/llcommon/llclickaction.h | |||
@@ -42,5 +42,6 @@ const U8 CLICK_ACTION_PAY = 3; | |||
42 | const U8 CLICK_ACTION_OPEN = 4; | 42 | const U8 CLICK_ACTION_OPEN = 4; |
43 | const U8 CLICK_ACTION_PLAY = 5; | 43 | const U8 CLICK_ACTION_PLAY = 5; |
44 | const U8 CLICK_ACTION_OPEN_MEDIA = 6; | 44 | const U8 CLICK_ACTION_OPEN_MEDIA = 6; |
45 | const U8 CLICK_ACTION_ZOOM = 7; | ||
45 | 46 | ||
46 | #endif | 47 | #endif |