aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmath/llvolume.h
diff options
context:
space:
mode:
authorPatrick Sapinski2010-08-24 14:40:28 -0400
committerMcCabe Maxsted2010-08-30 17:16:51 -0700
commit86acaec2979f6903d93d0cc277d380a2ec012b00 (patch)
tree76869e6da7645ef7654d4713857905f3a237985d /linden/indra/llmath/llvolume.h
parentforgot a few settings necessary for the translation feature (diff)
downloadmeta-impy-86acaec2979f6903d93d0cc277d380a2ec012b00.zip
meta-impy-86acaec2979f6903d93d0cc277d380a2ec012b00.tar.gz
meta-impy-86acaec2979f6903d93d0cc277d380a2ec012b00.tar.bz2
meta-impy-86acaec2979f6903d93d0cc277d380a2ec012b00.tar.xz
updated chatbar command line and added the necessary settings and hooks to use it
Diffstat (limited to 'linden/indra/llmath/llvolume.h')
-rw-r--r--linden/indra/llmath/llvolume.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/llmath/llvolume.h b/linden/indra/llmath/llvolume.h
index e55fe52..2b1c60d 100644
--- a/linden/indra/llmath/llvolume.h
+++ b/linden/indra/llmath/llvolume.h
@@ -154,6 +154,9 @@ const U8 LL_PCODE_PATH_IGNORE = 0x00;
154const U8 LL_PCODE_PATH_MIN = 0x01; // min/max needs to be >> 4 of real min/max 154const U8 LL_PCODE_PATH_MIN = 0x01; // min/max needs to be >> 4 of real min/max
155const U8 LL_PCODE_PATH_LINE = 0x10; 155const U8 LL_PCODE_PATH_LINE = 0x10;
156const U8 LL_PCODE_PATH_CIRCLE = 0x20; 156const U8 LL_PCODE_PATH_CIRCLE = 0x20;
157//<-- Working33 by Gregory Maurer
158const U8 LL_PCODE_PATH_CIRCLE_33 = 0x21;
159//Working33 -->
157const U8 LL_PCODE_PATH_CIRCLE2 = 0x30; 160const U8 LL_PCODE_PATH_CIRCLE2 = 0x30;
158const U8 LL_PCODE_PATH_TEST = 0x40; 161const U8 LL_PCODE_PATH_TEST = 0x40;
159const U8 LL_PCODE_PATH_FLEXIBLE = 0x80; 162const U8 LL_PCODE_PATH_FLEXIBLE = 0x80;