diff --git a/indra/newview/ascentprefssys.h b/indra/newview/ascentprefssys.h index 0137ddd29..d439a2242 100644 --- a/indra/newview/ascentprefssys.h +++ b/indra/newview/ascentprefssys.h @@ -89,12 +89,13 @@ protected: BOOL mCmdMapToKeepPos; std::string mCmdLineTP2; - //Privacy ----------------------------------------------------------------------------- + //Security ---------------------------------------------------------------------------- BOOL mBroadcastViewerEffects; BOOL mDisablePointAtAndBeam; BOOL mPrivateLookAt; BOOL mShowLookAt; - BOOL mRevokePermsOnStandUp; + BOOL mQuietSnapshotsToDisk; + BOOL mRevokePermsOnStandUp; BOOL mDisableClickSit; BOOL mDisplayScriptJumps; F32 mNumScriptDiff;