summaryrefslogtreecommitdiff
path: root/indra/llinventory/llparcelflags.h
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2015-07-02 14:50:23 +0300
committerandreykproductengine <akleshchev@productengine.com>2015-07-02 14:50:23 +0300
commit2684c536906388da121ce2712a34d55aa786fa3f (patch)
tree7d0baee83515e113e16819d6419b696670a7d046 /indra/llinventory/llparcelflags.h
parent1845816aa2419353ace258b7cfe24bdd08357ebe (diff)
parent4aa64b99dbe6cafdccf0c25501feaef5ba3445c4 (diff)
Merge from viewer-relese and become version 3.8.1
Diffstat (limited to 'indra/llinventory/llparcelflags.h')
-rwxr-xr-xindra/llinventory/llparcelflags.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/llinventory/llparcelflags.h b/indra/llinventory/llparcelflags.h
index b1a917df73..25b27a281a 100755
--- a/indra/llinventory/llparcelflags.h
+++ b/indra/llinventory/llparcelflags.h
@@ -90,8 +90,10 @@ const U32 PF_DEFAULT = PF_ALLOW_FLY
| PF_USE_ESTATE_VOICE_CHAN;
// Access list flags
-const U32 AL_ACCESS = (1 << 0);
-const U32 AL_BAN = (1 << 1);
+const U32 AL_ACCESS = (1 << 0);
+const U32 AL_BAN = (1 << 1);
+const U32 AL_ALLOW_EXPERIENCE = (1 << 3);
+const U32 AL_BLOCK_EXPERIENCE = (1 << 4);
//const U32 AL_RENTER = (1 << 2);
// Block access return values. BA_ALLOWED is the only success case