diff options
Diffstat (limited to 'linden/indra/llmessage/llpartdata.h')
-rw-r--r-- | linden/indra/llmessage/llpartdata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llmessage/llpartdata.h b/linden/indra/llmessage/llpartdata.h index 82757ec..58a1fae 100644 --- a/linden/indra/llmessage/llpartdata.h +++ b/linden/indra/llmessage/llpartdata.h | |||
@@ -114,6 +114,7 @@ public: | |||
114 | //LL_PART_TRAIL_MASK = 0x400, // Particles have historical "trails" | 114 | //LL_PART_TRAIL_MASK = 0x400, // Particles have historical "trails" |
115 | 115 | ||
116 | // Viewer side use only! | 116 | // Viewer side use only! |
117 | LL_PART_HUD = 0x40000000, | ||
117 | LL_PART_DEAD_MASK = 0x80000000, | 118 | LL_PART_DEAD_MASK = 0x80000000, |
118 | }; | 119 | }; |
119 | 120 | ||