summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterworldmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterworldmap.cpp')
-rw-r--r--indra/newview/llfloaterworldmap.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/indra/newview/llfloaterworldmap.cpp b/indra/newview/llfloaterworldmap.cpp
index 3492a36353..739f2cf3c7 100644
--- a/indra/newview/llfloaterworldmap.cpp
+++ b/indra/newview/llfloaterworldmap.cpp
@@ -527,7 +527,8 @@ void LLFloaterWorldMap::trackAvatar( const LLUUID& avatar_id, const LLString& na
if(iface->setCurrentByID(avatar_id) || gAgent.isGodlike())
{
// *HACK: Adjust Z values automatically for liaisons & gods so
- // we swoop down when they click on the map.
+ // they swoop down when they click on the map. Requested
+ // convenience.
if(gAgent.isGodlike())
{
childSetValue("spin z", LLSD(200.f));
@@ -671,8 +672,9 @@ void LLFloaterWorldMap::updateLocation()
if (status == LLTracker::TRACKING_AVATAR)
{
- // *HACK: Adjust Z values automatically for liaisons & gods so
- // we swoop down when they click on the map.
+ // *HACK: Adjust Z values automatically for liaisons &
+ // gods so they swoop down when they click on the
+ // map. Requested convenience.
if(gAgent.isGodlike())
{
pos_global[2] = 200;