diff options
Diffstat (limited to 'linden/indra/newview/llnetmap.cpp')
-rw-r--r-- | linden/indra/newview/llnetmap.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/linden/indra/newview/llnetmap.cpp b/linden/indra/newview/llnetmap.cpp index cac35b9..9ef56c1 100644 --- a/linden/indra/newview/llnetmap.cpp +++ b/linden/indra/newview/llnetmap.cpp | |||
@@ -388,6 +388,16 @@ void LLNetMap::draw() | |||
388 | } | 388 | } |
389 | // [/RLVa:KB] | 389 | // [/RLVa:KB] |
390 | 390 | ||
391 | // [RLVa:KB] | ||
392 | if ( !gRlvHandler.hasBehaviour(RLV_BHVR_SHOWNAMES) ) | ||
393 | { | ||
394 | // User is not allowed to see who it is, or even if it's a friend, | ||
395 | // due to RLV settings. | ||
396 | glyph_color = avatar_color; | ||
397 | } | ||
398 | // [/RLVa:KB] | ||
399 | |||
400 | |||
391 | LLWorldMapView::drawAvatar( | 401 | LLWorldMapView::drawAvatar( |
392 | pos_map.mV[VX], pos_map.mV[VY], | 402 | pos_map.mV[VX], pos_map.mV[VY], |
393 | glyph_color, | 403 | glyph_color, |