From b2595c369f78b6613e329274f5ca7c43c4ddeda0 Mon Sep 17 00:00:00 2001 From: Sam Kolb Date: Thu, 30 Aug 2007 22:11:52 +0000 Subject: Merge sl-search-opt-in back into the release branch Reviewed by Josh and Don --- indra/llprimitive/object_flags.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'indra/llprimitive') diff --git a/indra/llprimitive/object_flags.h b/indra/llprimitive/object_flags.h index b410171742..b52037109e 100644 --- a/indra/llprimitive/object_flags.h +++ b/indra/llprimitive/object_flags.h @@ -26,7 +26,8 @@ const U32 FLAGS_INVENTORY_EMPTY = 0x00000800; const U32 FLAGS_JOINT_HINGE = 0x00001000; const U32 FLAGS_JOINT_P2P = 0x00002000; const U32 FLAGS_JOINT_LP2P = 0x00004000; -//const U32 FLAGS_JOINT_WHEEL = 0x00008000; +// const U32 FLAGS_JOINT_WHEEL = 0x00008000; +const U32 FLAGS_INCLUDE_IN_SEARCH = 0x00008000; const U32 FLAGS_ALLOW_INVENTORY_DROP = 0x00010000; const U32 FLAGS_OBJECT_TRANSFER = 0x00020000; -- cgit v1.2.3