Feature Request: Make the map dot color for everyone else customizable

Switches MapAvatar from being part of a skin's colors.xml to being a user setting (optionally vanity per account)
This makes sense because all the other dots were at the user's control already.
This commit is contained in:
Inusaito Sayori
2013-08-28 03:29:57 -04:00
parent e08c05fbd6
commit e032c53bc6
6 changed files with 24 additions and 2 deletions

View File

@@ -1204,7 +1204,7 @@ void LLWorldMapView::drawAgents()
{
F32 agents_scale = (sMapScale * 0.9f) / 256.f;
LLColor4 avatar_color = gColors.getColor( "MapAvatar" );
LLColor4 avatar_color = gSavedSettings.getColor( "MapAvatar" );
// LLColor4 friend_color = gColors.getColor( "MapFriend" );
for (handle_list_t::iterator iter = mVisibleRegions.begin(); iter != mVisibleRegions.end(); ++iter)