diff options
author | Bill Curtis <bill.curtis@gmail.com> | 2010-11-19 15:58:35 -0800 |
---|---|---|
committer | Bill Curtis <bill.curtis@gmail.com> | 2010-11-19 15:58:35 -0800 |
commit | d92608f1dc0a4319f5452ef7ac3121f2ef87289f (patch) | |
tree | 25d3e52103132dd33deaa9fc39ca9d084abba002 /indra/newview/llstartup.h | |
parent | 9d3174c0386e6eefba1949075971ce7f75571394 (diff) | |
parent | 066d8c39cae11d25dcf72f98bfccd4339973ed42 (diff) |
Automated merge with http://bitbucket.org/lindenlab/viewer-development
Diffstat (limited to 'indra/newview/llstartup.h')
-rw-r--r-- | indra/newview/llstartup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llstartup.h b/indra/newview/llstartup.h index be1043cf91..b3d9ef1dcc 100644 --- a/indra/newview/llstartup.h +++ b/indra/newview/llstartup.h @@ -70,6 +70,7 @@ typedef enum { // exported symbols extern bool gAgentMovementCompleted; +extern S32 gMaxAgentGroups; extern LLPointer<LLViewerTexture> gStartTexture; class LLStartUp |