aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llclickaction.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-08-16 20:48:04 -0700
committerMcCabe Maxsted2010-08-26 11:22:07 -0700
commit0f7e19f3e885ab97a98ab219329a7e0c2da5a20b (patch)
tree69a43ff5968f4c20d395a626114e2435e3575c59 /linden/indra/llcommon/llclickaction.h
parentApplied patch from #405: show avatar age in profile, Ansariel Hiller ported t... (diff)
downloadmeta-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.h1
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;
42const U8 CLICK_ACTION_OPEN = 4; 42const U8 CLICK_ACTION_OPEN = 4;
43const U8 CLICK_ACTION_PLAY = 5; 43const U8 CLICK_ACTION_PLAY = 5;
44const U8 CLICK_ACTION_OPEN_MEDIA = 6; 44const U8 CLICK_ACTION_OPEN_MEDIA = 6;
45const U8 CLICK_ACTION_ZOOM = 7;
45 46
46#endif 47#endif