diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llinventory/llparcelflags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llinventory/llparcelflags.h b/linden/indra/llinventory/llparcelflags.h index 1bf744b..62a6acf 100644 --- a/linden/indra/llinventory/llparcelflags.h +++ b/linden/indra/llinventory/llparcelflags.h | |||
@@ -81,7 +81,7 @@ const U32 PF_USE_RESTRICTED_ACCESS = PF_USE_ACCESS_GROUP | |||
81 | | PF_DENY_ANONYMOUS | 81 | | PF_DENY_ANONYMOUS |
82 | | PF_DENY_AGEUNVERIFIED; | 82 | | PF_DENY_AGEUNVERIFIED; |
83 | const U32 PF_NONE = 0x00000000; | 83 | const U32 PF_NONE = 0x00000000; |
84 | const U32 PF_ALL = 0x7FFFFFFF; | 84 | const U32 PF_ALL = 0xFFFFFFFF; |
85 | const U32 PF_DEFAULT = PF_ALLOW_FLY | 85 | const U32 PF_DEFAULT = PF_ALLOW_FLY |
86 | | PF_ALLOW_OTHER_SCRIPTS | 86 | | PF_ALLOW_OTHER_SCRIPTS |
87 | | PF_ALLOW_GROUP_SCRIPTS | 87 | | PF_ALLOW_GROUP_SCRIPTS |