aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerpartsource.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:04 -0500
committerJacek Antonelli2008-08-15 23:45:04 -0500
commit117e22047c5752352342d64e3fb7ce00a4eb8113 (patch)
treee32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/newview/llviewerpartsource.cpp
parentSecond Life viewer sources 1.18.0.6 (diff)
downloadmeta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.zip
meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.gz
meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.bz2
meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.xz
Second Life viewer sources 1.18.1.2
Diffstat (limited to 'linden/indra/newview/llviewerpartsource.cpp')
-rw-r--r--linden/indra/newview/llviewerpartsource.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewerpartsource.cpp b/linden/indra/newview/llviewerpartsource.cpp
index c0de13a..836748a 100644
--- a/linden/indra/newview/llviewerpartsource.cpp
+++ b/linden/indra/newview/llviewerpartsource.cpp
@@ -305,6 +305,12 @@ void LLViewerPartSourceScript::update(const F32 dt)
305 //llwarns << "Unknown source pattern " << (S32)mPartSysData.mPattern << llendl; 305 //llwarns << "Unknown source pattern " << (S32)mPartSysData.mPattern << llendl;
306 } 306 }
307 307
308 if (part->mFlags & LLPartData::LL_PART_FOLLOW_SRC_MASK || // SVC-193, VWR-717
309 part->mFlags & LLPartData::LL_PART_TARGET_LINEAR_MASK)
310 {
311 mPartSysData.mBurstRadius = 0;
312 }
313
308 gWorldPointer->mPartSim.addPart(part); 314 gWorldPointer->mPartSim.addPart(part);
309 } 315 }
310 316