diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog.txt | 5 | ||||
-rw-r--r-- | linden/indra/newview/llnetmap.cpp | 10 |
2 files changed, 5 insertions, 10 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 07e551a..541e740 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,5 +1,10 @@ | |||
1 | 2009-09-27 McCabe Maxsted <hakushakukun@gmail.com> | 1 | 2009-09-27 McCabe Maxsted <hakushakukun@gmail.com> |
2 | 2 | ||
3 | * Fixed bad merge in llnetmap.cpp. | ||
4 | |||
5 | modified: linden/indra/newview/llnetmap.cpp | ||
6 | |||
7 | |||
3 | * Fixed JPEG quality slider displaying over high-res checkbox in snapshot floater (IMP-140). | 8 | * Fixed JPEG quality slider displaying over high-res checkbox in snapshot floater (IMP-140). |
4 | 9 | ||
5 | modified: linden/indra/newview/llfloatersnapshot.cpp | 10 | modified: linden/indra/newview/llfloatersnapshot.cpp |
diff --git a/linden/indra/newview/llnetmap.cpp b/linden/indra/newview/llnetmap.cpp index e848aeb..f055dbc 100644 --- a/linden/indra/newview/llnetmap.cpp +++ b/linden/indra/newview/llnetmap.cpp | |||
@@ -388,16 +388,6 @@ 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 | |||
401 | LLWorldMapView::drawAvatar( | 391 | LLWorldMapView::drawAvatar( |
402 | pos_map.mV[VX], pos_map.mV[VY], | 392 | pos_map.mV[VX], pos_map.mV[VY], |
403 | glyph_color, | 393 | glyph_color, |