aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llhudeffect.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:49 -0500
committerJacek Antonelli2008-08-15 23:44:49 -0500
commitc659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd (patch)
tree49f225d319b111f30f113c4cf7728565afa52132 /linden/indra/newview/llhudeffect.cpp
parentSecond Life viewer sources 1.13.2.15 (diff)
downloadmeta-impy-c659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd.zip
meta-impy-c659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd.tar.gz
meta-impy-c659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd.tar.bz2
meta-impy-c659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd.tar.xz
Second Life viewer sources 1.13.3.2
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);