diff options
author | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
commit | b235c59d60472f818a9142c0886b95a0ff4191d7 (patch) | |
tree | d323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/llcallingcard.cpp | |
parent | Second Life viewer sources 1.18.5.3 (diff) | |
download | meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2 meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz |
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to 'linden/indra/newview/llcallingcard.cpp')
-rw-r--r-- | linden/indra/newview/llcallingcard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llcallingcard.cpp b/linden/indra/newview/llcallingcard.cpp index b80c2bb..6d0244e 100644 --- a/linden/indra/newview/llcallingcard.cpp +++ b/linden/indra/newview/llcallingcard.cpp | |||
@@ -466,7 +466,7 @@ void LLAvatarTracker::findAgent() | |||
466 | msg->nextBlockFast(_PREHASH_AgentBlock); | 466 | msg->nextBlockFast(_PREHASH_AgentBlock); |
467 | msg->addUUIDFast(_PREHASH_Hunter, gAgentID); | 467 | msg->addUUIDFast(_PREHASH_Hunter, gAgentID); |
468 | msg->addUUIDFast(_PREHASH_Prey, mTrackingData->mAvatarID); | 468 | msg->addUUIDFast(_PREHASH_Prey, mTrackingData->mAvatarID); |
469 | msg->addU32Fast(_PREHASH_SpaceIP, 0); // will get filled in by userserver | 469 | msg->addU32Fast(_PREHASH_SpaceIP, 0); // will get filled in by simulator |
470 | msg->nextBlockFast(_PREHASH_LocationBlock); | 470 | msg->nextBlockFast(_PREHASH_LocationBlock); |
471 | const F64 NO_LOCATION = 0.0; | 471 | const F64 NO_LOCATION = 0.0; |
472 | msg->addF64Fast(_PREHASH_GlobalX, NO_LOCATION); | 472 | msg->addF64Fast(_PREHASH_GlobalX, NO_LOCATION); |