aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llworldmapview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llworldmapview.cpp')
-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);