From 86acaec2979f6903d93d0cc277d380a2ec012b00 Mon Sep 17 00:00:00 2001 From: Patrick Sapinski Date: Tue, 24 Aug 2010 14:40:28 -0400 Subject: updated chatbar command line and added the necessary settings and hooks to use it --- linden/indra/llmath/llvolume.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linden/indra/llmath') 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; const U8 LL_PCODE_PATH_MIN = 0x01; // min/max needs to be >> 4 of real min/max const U8 LL_PCODE_PATH_LINE = 0x10; const U8 LL_PCODE_PATH_CIRCLE = 0x20; +//<-- Working33 by Gregory Maurer +const U8 LL_PCODE_PATH_CIRCLE_33 = 0x21; +//Working33 --> const U8 LL_PCODE_PATH_CIRCLE2 = 0x30; const U8 LL_PCODE_PATH_TEST = 0x40; const U8 LL_PCODE_PATH_FLEXIBLE = 0x80; -- cgit v1.1