Fixed mQuietSnapshotsToDisk compilation error.

This commit is contained in:
Lirusaito
2012-02-07 10:57:04 -05:00
parent 03926c2374
commit af22591cc0

View File

@@ -89,12 +89,13 @@ protected:
BOOL mCmdMapToKeepPos; BOOL mCmdMapToKeepPos;
std::string mCmdLineTP2; std::string mCmdLineTP2;
//Privacy ----------------------------------------------------------------------------- //Security ----------------------------------------------------------------------------
BOOL mBroadcastViewerEffects; BOOL mBroadcastViewerEffects;
BOOL mDisablePointAtAndBeam; BOOL mDisablePointAtAndBeam;
BOOL mPrivateLookAt; BOOL mPrivateLookAt;
BOOL mShowLookAt; BOOL mShowLookAt;
BOOL mRevokePermsOnStandUp; BOOL mQuietSnapshotsToDisk;
BOOL mRevokePermsOnStandUp;
BOOL mDisableClickSit; BOOL mDisableClickSit;
BOOL mDisplayScriptJumps; BOOL mDisplayScriptJumps;
F32 mNumScriptDiff; F32 mNumScriptDiff;