diff options
author | Sam Kolb <skolb@lindenlab.com> | 2007-08-30 22:11:52 +0000 |
---|---|---|
committer | Sam Kolb <skolb@lindenlab.com> | 2007-08-30 22:11:52 +0000 |
commit | b2595c369f78b6613e329274f5ca7c43c4ddeda0 (patch) | |
tree | 4db6ae8237692b570b6e5dad489f3da24c5aa3fe /indra/llprimitive/object_flags.h | |
parent | 84ea29c69c320573c7547f028b5325382e195cc6 (diff) |
Merge sl-search-opt-in back into the release branch
Reviewed by Josh and Don
Diffstat (limited to 'indra/llprimitive/object_flags.h')
-rw-r--r-- | indra/llprimitive/object_flags.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; |