diff options
author | Jacek Antonelli | 2008-08-15 23:44:49 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:49 -0500 |
commit | c659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd (patch) | |
tree | 49f225d319b111f30f113c4cf7728565afa52132 /linden/indra/newview/llhudeffect.cpp | |
parent | Second Life viewer sources 1.13.2.15 (diff) | |
download | meta-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.cpp | 1 |
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() | |||
57 | void LLHUDEffect::packData(LLMessageSystem *mesgsys) | 57 | void 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); |