aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llworldmapview.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:13 -0500
committerJacek Antonelli2008-08-15 23:45:13 -0500
commitc206147ceffd6836bf0f6fe50d0ae4de77c7dcba (patch)
treed8c59df84d01578baea97fb84899a547218f2c8d /linden/indra/newview/llworldmapview.cpp
parentSecond Life viewer sources 1.18.4.0-RC (diff)
downloadmeta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.zip
meta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.tar.gz
meta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.tar.bz2
meta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.tar.xz
Second Life viewer sources 1.18.4.1-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llworldmapview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llworldmapview.cpp b/linden/indra/newview/llworldmapview.cpp
index 08d8aad..48f1aac 100644
--- a/linden/indra/newview/llworldmapview.cpp
+++ b/linden/indra/newview/llworldmapview.cpp
@@ -896,6 +896,7 @@ void LLWorldMapView::drawAgents()
896 { 896 {
897 const LLItemInfo& info = *iter; 897 const LLItemInfo& info = *iter;
898 S32 agent_count = info.mExtra; 898 S32 agent_count = info.mExtra;
899 sim_agent_count += info.mExtra;
899 // Here's how we'd choose the color if info.mID were available but it's not being sent: 900 // Here's how we'd choose the color if info.mID were available but it's not being sent:
900 //LLColor4 color = (agent_count == 1 && is_agent_friend(info.mID)) ? gFriendMapColor : gAvatarMapColor; 901 //LLColor4 color = (agent_count == 1 && is_agent_friend(info.mID)) ? gFriendMapColor : gAvatarMapColor;
901 drawImageStack(info.mPosGlobal, sAvatarSmallImage, agent_count, 3.f, gAvatarMapColor); 902 drawImageStack(info.mPosGlobal, sAvatarSmallImage, agent_count, 3.f, gAvatarMapColor);