diff options
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); |