aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Seikel2011-03-03 21:50:52 +1000
committerDavid Seikel2011-03-03 21:50:52 +1000
commit2350ef3e339826ac4fbf6843ae162bb17180649c (patch)
treed1007fd1f0167da4aafac9fc1471e47f57e3c581
parentPrivacy issue - Don't send private data across the 'net. (diff)
downloadmeta-impy-2350ef3e339826ac4fbf6843ae162bb17180649c.zip
meta-impy-2350ef3e339826ac4fbf6843ae162bb17180649c.tar.gz
meta-impy-2350ef3e339826ac4fbf6843ae162bb17180649c.tar.bz2
meta-impy-2350ef3e339826ac4fbf6843ae162bb17180649c.tar.xz
Ingrease maximum group roles to 25.
-rw-r--r--linden/indra/llcommon/roles_constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcommon/roles_constants.h b/linden/indra/llcommon/roles_constants.h
index b3107e7..7c5ebdc 100644
--- a/linden/indra/llcommon/roles_constants.h
+++ b/linden/indra/llcommon/roles_constants.h
@@ -34,7 +34,7 @@
34#define LL_ROLES_CONSTANTS_H 34#define LL_ROLES_CONSTANTS_H
35 35
36// This value includes the everyone group. 36// This value includes the everyone group.
37const S32 MAX_ROLES = 10; 37const S32 MAX_ROLES = 25;
38 38
39enum LLRoleMemberChangeType 39enum LLRoleMemberChangeType
40{ 40{