diff --git a/indra/newview/llnetmap.cpp b/indra/newview/llnetmap.cpp index a47757e0a..267967ebe 100644 --- a/indra/newview/llnetmap.cpp +++ b/indra/newview/llnetmap.cpp @@ -1498,9 +1498,8 @@ bool LLScaleMap::handleEvent(LLPointer event, const LLSD& userdata) //moymod - minimap color shit void markMassAgents(const LLColor4& color) { - auto self = LFIDBearer::getActive(); - for (const auto& id : self->getSelectedIDs()) - self->mm_setcolor(id, color); + for (const auto& id : LFIDBearer::getActiveSelectedIDs()) + LLNetMap::mm_setcolor(id, color); } bool mmsetred::handleEvent(LLPointer, const LLSD&) diff --git a/indra/newview/skins/default/xui/en-us/menu_radar.xml b/indra/newview/skins/default/xui/en-us/menu_radar.xml index 612b8a7d4..c104d05e3 100644 --- a/indra/newview/skins/default/xui/en-us/menu_radar.xml +++ b/indra/newview/skins/default/xui/en-us/menu_radar.xml @@ -114,6 +114,27 @@ + + + + + + + + + + + + + + + + + + + + +