aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llpartdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmessage/llpartdata.h')
-rw-r--r--linden/indra/llmessage/llpartdata.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/llmessage/llpartdata.h b/linden/indra/llmessage/llpartdata.h
index 216e547..82757ec 100644
--- a/linden/indra/llmessage/llpartdata.h
+++ b/linden/indra/llmessage/llpartdata.h
@@ -84,7 +84,8 @@ class LLPartData
84public: 84public:
85 LLPartData() : 85 LLPartData() :
86 mFlags(0), 86 mFlags(0),
87 mMaxAge(0) 87 mMaxAge(0.f),
88 mParameter(0.f)
88 { 89 {
89 } 90 }
90 BOOL unpack(LLDataPacker &dp); 91 BOOL unpack(LLDataPacker &dp);
@@ -108,7 +109,7 @@ public:
108 LL_PART_BEAM_MASK = 0x200, // Particle is a "beam" connecting source and target 109 LL_PART_BEAM_MASK = 0x200, // Particle is a "beam" connecting source and target
109 110
110 // Not implemented yet! 111 // Not implemented yet!
111 //LL_PART_RANDOM_ACCEL_MASK = 0x100, // Patricles have random accelearation 112 //LL_PART_RANDOM_ACCEL_MASK = 0x100, // Particles have random acceleration
112 //LL_PART_RANDOM_VEL_MASK = 0x200, // Particles have random velocity shifts" 113 //LL_PART_RANDOM_VEL_MASK = 0x200, // Particles have random velocity shifts"
113 //LL_PART_TRAIL_MASK = 0x400, // Particles have historical "trails" 114 //LL_PART_TRAIL_MASK = 0x400, // Particles have historical "trails"
114 115