diff options
Diffstat (limited to 'linden/indra/llmath/llvolume.h')
-rw-r--r-- | linden/indra/llmath/llvolume.h | 3 |
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; | |||
154 | const U8 LL_PCODE_PATH_MIN = 0x01; // min/max needs to be >> 4 of real min/max | 154 | const U8 LL_PCODE_PATH_MIN = 0x01; // min/max needs to be >> 4 of real min/max |
155 | const U8 LL_PCODE_PATH_LINE = 0x10; | 155 | const U8 LL_PCODE_PATH_LINE = 0x10; |
156 | const U8 LL_PCODE_PATH_CIRCLE = 0x20; | 156 | const U8 LL_PCODE_PATH_CIRCLE = 0x20; |
157 | //<-- Working33 by Gregory Maurer | ||
158 | const U8 LL_PCODE_PATH_CIRCLE_33 = 0x21; | ||
159 | //Working33 --> | ||
157 | const U8 LL_PCODE_PATH_CIRCLE2 = 0x30; | 160 | const U8 LL_PCODE_PATH_CIRCLE2 = 0x30; |
158 | const U8 LL_PCODE_PATH_TEST = 0x40; | 161 | const U8 LL_PCODE_PATH_TEST = 0x40; |
159 | const U8 LL_PCODE_PATH_FLEXIBLE = 0x80; | 162 | const U8 LL_PCODE_PATH_FLEXIBLE = 0x80; |