diff options
author | McCabe Maxsted | 2009-10-01 06:05:55 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-10-01 06:05:55 -0700 |
commit | 3f6375ea527f206981661c83bc66b0350934a797 (patch) | |
tree | ecfb1b9d064eea677ac795c97412e2a36fa05c74 /linden/indra/newview/llagent.h | |
parent | Changed the minimum draw distance from 64m to 32m (diff) | |
download | meta-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.h | 1 |
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; } |