diff options
author | McCabe Maxsted | 2008-11-22 13:18:13 -0700 |
---|---|---|
committer | McCabe Maxsted | 2008-11-22 13:18:13 -0700 |
commit | c782860f23e11dc46af043ac16d4209b0853bbb6 (patch) | |
tree | 9cb4344cff820d5d154f49203e21507535e1fdcc /linden/indra/newview/llworldmapview.h | |
parent | Friends dots show as yellow and color can be set in colors.xml (diff) | |
download | meta-impy-c782860f23e11dc46af043ac16d4209b0853bbb6.zip meta-impy-c782860f23e11dc46af043ac16d4209b0853bbb6.tar.gz meta-impy-c782860f23e11dc46af043ac16d4209b0853bbb6.tar.bz2 meta-impy-c782860f23e11dc46af043ac16d4209b0853bbb6.tar.xz |
Friends dots show as yellow and color can be set in colors.xml
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llworldmapview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llworldmapview.h b/linden/indra/newview/llworldmapview.h index 915a196..53f0bdd 100644 --- a/linden/indra/newview/llworldmapview.h +++ b/linden/indra/newview/llworldmapview.h | |||
@@ -189,6 +189,8 @@ public: | |||
189 | handle_list_t mVisibleRegions; // set every frame | 189 | handle_list_t mVisibleRegions; // set every frame |
190 | 190 | ||
191 | static std::map<std::string,std::string> sStringsMap; | 191 | static std::map<std::string,std::string> sStringsMap; |
192 | |||
193 | LLColor4 glyph_color_avatar; | ||
192 | }; | 194 | }; |
193 | 195 | ||
194 | #endif | 196 | #endif |