diff options
author | Jacek Antonelli | 2008-08-15 23:45:37 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:37 -0500 |
commit | 31ba05810c641f14e8ab5da8ad2aaf527779f6c1 (patch) | |
tree | c4b8d635dfb657fa4cfee7c285f8cadbf24afa90 /linden/indra/llmessage/llpartdata.h | |
parent | Second Life viewer sources 1.19.1.1 (diff) | |
download | meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.zip meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.gz meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.bz2 meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.xz |
Second Life viewer sources 1.19.1.2
Diffstat (limited to 'linden/indra/llmessage/llpartdata.h')
-rw-r--r-- | linden/indra/llmessage/llpartdata.h | 5 |
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 | |||
84 | public: | 84 | public: |
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 | ||