aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llinventory/llparcelflags.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llinventory/llparcelflags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llinventory/llparcelflags.h b/linden/indra/llinventory/llparcelflags.h
index 38d49fe..0c07b29 100644
--- a/linden/indra/llinventory/llparcelflags.h
+++ b/linden/indra/llinventory/llparcelflags.h
@@ -64,7 +64,7 @@ const U32 PF_ALLOW_GROUP_OBJECT_ENTRY = 1 << 28; // Only allow group (and owner)
64const U32 PF_ALLOW_VOICE_CHAT = 1 << 29; // Allow residents to use voice chat on this parcel 64const U32 PF_ALLOW_VOICE_CHAT = 1 << 29; // Allow residents to use voice chat on this parcel
65const U32 PF_USE_ESTATE_VOICE_CHAN = 1 << 30; 65const U32 PF_USE_ESTATE_VOICE_CHAN = 1 << 30;
66 66
67const U32 PF_RESERVED = 1 << 31; 67const U32 PF_RESERVED = 1U << 31;
68 68
69// If any of these are true the parcel is restricting access in some maner. 69// If any of these are true the parcel is restricting access in some maner.
70const U32 PF_USE_RESTRICTED_ACCESS = PF_USE_ACCESS_GROUP 70const U32 PF_USE_RESTRICTED_ACCESS = PF_USE_ACCESS_GROUP