diff options
Diffstat (limited to 'linden/indra/newview/llstartup.cpp')
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index 80ddfa4..88445c3 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -82,6 +82,7 @@ | |||
82 | 82 | ||
83 | #include "llagent.h" | 83 | #include "llagent.h" |
84 | #include "llagentpilot.h" | 84 | #include "llagentpilot.h" |
85 | #include "llfloateravatarlist.h" | ||
85 | #include "llfloateravatarpicker.h" | 86 | #include "llfloateravatarpicker.h" |
86 | #include "llcallbacklist.h" | 87 | #include "llcallbacklist.h" |
87 | #include "llcallingcard.h" | 88 | #include "llcallingcard.h" |
@@ -2060,7 +2061,10 @@ bool idle_startup() | |||
2060 | { | 2061 | { |
2061 | LLFloaterMap::showInstance(); | 2062 | LLFloaterMap::showInstance(); |
2062 | } | 2063 | } |
2063 | 2064 | if (gSavedSettings.getBOOL("ShowRadar")) | |
2065 | { | ||
2066 | LLFloaterAvatarList::showInstance(); | ||
2067 | } | ||
2064 | if (gSavedSettings.getBOOL("ShowCameraControls")) | 2068 | if (gSavedSettings.getBOOL("ShowCameraControls")) |
2065 | { | 2069 | { |
2066 | LLFloaterCamera::showInstance(); | 2070 | LLFloaterCamera::showInstance(); |