aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llhudeffect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llhudeffect.cpp')
-rw-r--r--linden/indra/newview/llhudeffect.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llhudeffect.cpp b/linden/indra/newview/llhudeffect.cpp
index 6343dc3..090895e 100644
--- a/linden/indra/newview/llhudeffect.cpp
+++ b/linden/indra/newview/llhudeffect.cpp
@@ -57,6 +57,7 @@ LLHUDEffect::~LLHUDEffect()
57void LLHUDEffect::packData(LLMessageSystem *mesgsys) 57void LLHUDEffect::packData(LLMessageSystem *mesgsys)
58{ 58{
59 mesgsys->addUUIDFast(_PREHASH_ID, mID); 59 mesgsys->addUUIDFast(_PREHASH_ID, mID);
60 mesgsys->addUUIDFast(_PREHASH_AgentID, gAgent.getID());
60 mesgsys->addU8Fast(_PREHASH_Type, mType); 61 mesgsys->addU8Fast(_PREHASH_Type, mType);
61 mesgsys->addF32Fast(_PREHASH_Duration, mDuration); 62 mesgsys->addF32Fast(_PREHASH_Duration, mDuration);
62 mesgsys->addBinaryData(_PREHASH_Color, mColor.mV, 4); 63 mesgsys->addBinaryData(_PREHASH_Color, mColor.mV, 4);