diff options
author | Jacek Antonelli | 2008-08-15 23:45:16 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:16 -0500 |
commit | 3f27ba891ac4d032753b219b4b96d1ffbc9fb488 (patch) | |
tree | 504932ee91a0356fba7ea48798887c96867e492f /linden/indra/newview/llviewerimagelist.cpp | |
parent | Second Life viewer sources 1.18.4.3 (diff) | |
download | meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.zip meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.gz meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.bz2 meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.xz |
Second Life viewer sources 1.18.5.0-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llviewerimagelist.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewerimagelist.cpp b/linden/indra/newview/llviewerimagelist.cpp index aa9c2c0..a31ed86 100644 --- a/linden/indra/newview/llviewerimagelist.cpp +++ b/linden/indra/newview/llviewerimagelist.cpp | |||
@@ -116,6 +116,7 @@ void LLViewerImageList::init() | |||
116 | doPreloadImages(); | 116 | doPreloadImages(); |
117 | } | 117 | } |
118 | 118 | ||
119 | |||
119 | void LLViewerImageList::doPreloadImages() | 120 | void LLViewerImageList::doPreloadImages() |
120 | { | 121 | { |
121 | llinfos << "Preloading images..." << llendl; | 122 | llinfos << "Preloading images..." << llendl; |
@@ -313,6 +314,9 @@ void LLViewerImageList::doPreloadImages() | |||
313 | preloadImage("icn_voice_ptt-on-lvl1.tga", LLUUID::null, FALSE); | 314 | preloadImage("icn_voice_ptt-on-lvl1.tga", LLUUID::null, FALSE); |
314 | preloadImage("icn_voice_ptt-on-lvl2.tga", LLUUID::null, FALSE); | 315 | preloadImage("icn_voice_ptt-on-lvl2.tga", LLUUID::null, FALSE); |
315 | preloadImage("icn_voice_ptt-on-lvl3.tga", LLUUID::null, FALSE); | 316 | preloadImage("icn_voice_ptt-on-lvl3.tga", LLUUID::null, FALSE); |
317 | preloadImage("lag_status_good.tga", LLUUID::null, FALSE); | ||
318 | preloadImage("lag_status_warning.tga", LLUUID::null, FALSE); | ||
319 | preloadImage("lag_status_critical.tga", LLUUID::null, FALSE); | ||
316 | } | 320 | } |
317 | 321 | ||
318 | static std::string get_texture_list_name() | 322 | static std::string get_texture_list_name() |