From 0528bbd5ef37b7d60c639db2c450cca415b6590e Mon Sep 17 00:00:00 2001 From: Robin Cornelius Date: Sat, 1 Oct 2011 22:16:53 +0100 Subject: MOAP Radar patch set --- linden/indra/newview/llstartup.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'linden/indra/newview/llstartup.cpp') diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index 922de18..d853dc0 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp @@ -206,6 +206,8 @@ #include "rlvhandler.h" // [/RLVa:KB] +#include "rcmoapradar.h" + #if LL_WINDOWS #include "llwindebug.h" #include "lldxhardware.h" @@ -2079,6 +2081,16 @@ bool idle_startup() LLRect window(0, gViewerWindow->getWindowHeight(), gViewerWindow->getWindowWidth(), 0); gViewerWindow->adjustControlRectanglesForFirstUse(window); + if (gSavedSettings.getBOOL("ShowRadar")) + { + LLFloaterAvatarList::showInstance(); + } + + if (gSavedSettings.getBOOL("ShowMOAPRadar")) + { + LLFloaterMOAPRadar::showInstance(); + } + if(gSavedSettings.getBOOL("ShowMiniMap")) { LLFloaterMap::showInstance(); -- cgit v1.1