aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltoolplacer.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-08-19 10:54:12 -0700
committerMcCabe Maxsted2010-08-19 10:54:12 -0700
commit9302b9658ee8a2bc8547d5131faed42b6efa5575 (patch)
treecc43f4af2b727abf18986b283eface47cd23e59a /linden/indra/newview/lltoolplacer.cpp
parentDisable ParticleChat by default, as it's a privacy concern. (diff)
downloadmeta-impy-9302b9658ee8a2bc8547d5131faed42b6efa5575.zip
meta-impy-9302b9658ee8a2bc8547d5131faed42b6efa5575.tar.gz
meta-impy-9302b9658ee8a2bc8547d5131faed42b6efa5575.tar.bz2
meta-impy-9302b9658ee8a2bc8547d5131faed42b6efa5575.tar.xz
Applied RLVa-1.0.5e_fix.patch by Kitty Barnett to fix RLVa up to 1.0.5.e
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/lltoolplacer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lltoolplacer.cpp b/linden/indra/newview/lltoolplacer.cpp
index ba065b1..d5c4de1 100644
--- a/linden/indra/newview/lltoolplacer.cpp
+++ b/linden/indra/newview/lltoolplacer.cpp
@@ -288,7 +288,7 @@ BOOL LLToolPlacer::addObject( LLPCode pcode, S32 x, S32 y, U8 use_physics )
288 gMessageSystem->addU8Fast(_PREHASH_Material, material); 288 gMessageSystem->addU8Fast(_PREHASH_Material, material);
289 289
290 U32 flags = 0; // not selected 290 U32 flags = 0; // not selected
291 //if (create_selected) 291// if (create_selected)
292// [RLVa:KB] - Checked: 2009-07-04 (RLVa-1.0.0b) | Added: RLVa-1.0.0b 292// [RLVa:KB] - Checked: 2009-07-04 (RLVa-1.0.0b) | Added: RLVa-1.0.0b
293 if ( (create_selected) && (!gRlvHandler.hasBehaviour(RLV_BHVR_EDIT)) ) 293 if ( (create_selected) && (!gRlvHandler.hasBehaviour(RLV_BHVR_EDIT)) )
294// [/RLVa:KB] 294// [/RLVa:KB]