aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llagent.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-10-01 06:05:55 -0700
committerMcCabe Maxsted2009-10-01 06:05:55 -0700
commit3f6375ea527f206981661c83bc66b0350934a797 (patch)
treeecfb1b9d064eea677ac795c97412e2a36fa05c74 /linden/indra/newview/llagent.h
parentChanged the minimum draw distance from 64m to 32m (diff)
downloadmeta-impy-3f6375ea527f206981661c83bc66b0350934a797.zip
meta-impy-3f6375ea527f206981661c83bc66b0350934a797.tar.gz
meta-impy-3f6375ea527f206981661c83bc66b0350934a797.tar.bz2
meta-impy-3f6375ea527f206981661c83bc66b0350934a797.tar.xz
Fixed inability to teleport to adult regions in Imprudence 1.2 (Ugly. Only use on 1.22 code base)
Diffstat (limited to 'linden/indra/newview/llagent.h')
-rw-r--r--linden/indra/newview/llagent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llagent.h b/linden/indra/newview/llagent.h
index d6854e4..bf0eeeb 100644
--- a/linden/indra/newview/llagent.h
+++ b/linden/indra/newview/llagent.h
@@ -255,6 +255,7 @@ public:
255 U8 getGodLevel() const; 255 U8 getGodLevel() const;
256 bool isTeen() const; 256 bool isTeen() const;
257 void setTeen(bool teen); 257 void setTeen(bool teen);
258 void convertTextToMaturity(char text);// HACK: remove when based on 1.23
258 BOOL isGroupTitleHidden() const { return mHideGroupTitle; } 259 BOOL isGroupTitleHidden() const { return mHideGroupTitle; }
259 BOOL isGroupMember() const { return !mGroupID.isNull(); } // This is only used for building titles! 260 BOOL isGroupMember() const { return !mGroupID.isNull(); } // This is only used for building titles!
260 const LLUUID &getGroupID() const { return mGroupID; } 261 const LLUUID &getGroupID() const { return mGroupID; }