diff options
author | David Seikel | 2011-03-03 21:50:52 +1000 |
---|---|---|
committer | David Seikel | 2011-03-03 21:50:52 +1000 |
commit | 2350ef3e339826ac4fbf6843ae162bb17180649c (patch) | |
tree | d1007fd1f0167da4aafac9fc1471e47f57e3c581 | |
parent | Privacy issue - Don't send private data across the 'net. (diff) | |
download | meta-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.h | 2 |
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. |
37 | const S32 MAX_ROLES = 10; | 37 | const S32 MAX_ROLES = 25; |
38 | 38 | ||
39 | enum LLRoleMemberChangeType | 39 | enum LLRoleMemberChangeType |
40 | { | 40 | { |