diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-21 17:49:15 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-21 17:49:15 +0100 |
commit | e66df6e89fa4bc92842f063478a4568798022f42 (patch) | |
tree | 13fccdfbf43c018dab288cab2ff89443f5e00cf0 /indra | |
parent | f8e6e7abc47aaa64c3119290d321c4be51e74dc9 (diff) | |
parent | 483e22a64d4d8c56a0ac0a3d7df50c4860985446 (diff) |
merge storm-166
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llselectmgr.cpp | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/indra/newview/llselectmgr.cpp b/indra/newview/llselectmgr.cpp index fb60b1ece7..9260abb2ac 100644 --- a/indra/newview/llselectmgr.cpp +++ b/indra/newview/llselectmgr.cpp @@ -5058,23 +5058,13 @@ LLSelectNode::LLSelectNode(LLViewerObject* object, BOOL glow) mSilhouetteExists(FALSE), mDuplicated(FALSE), mTESelectMask(0), - mLastTESelected(0) + mLastTESelected(0), + mName(LLStringUtil::null), + mDescription(LLStringUtil::null), + mTouchName(LLStringUtil::null), + mSitName(LLStringUtil::null), + mCreationDate(0) { - mObject = object; - selectAllTEs(FALSE); - mIndividualSelection = FALSE; - mTransient = FALSE; - mValid = FALSE; - mPermissions = new LLPermissions(); - mInventorySerial = 0; - mName = LLStringUtil::null; - mDescription = LLStringUtil::null; - mTouchName = LLStringUtil::null; - mSitName = LLStringUtil::null; - mSilhouetteExists = FALSE; - mDuplicated = FALSE; - mCreationDate = 0; - saveColors(); } |