From 88d0983e37c9f6d96f85eff5d2602be20315a596 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Thu, 16 Feb 2012 02:36:04 +0100 Subject: [PATCH] LLViewerRegion WIP: this should compile now. --- indra/newview/llstartup.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index f30aec5fd..0d619e25a 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2038,7 +2038,7 @@ bool idle_startup() //--------------------------------------------------------------------- if(STATE_SEED_GRANTED_WAIT == LLStartUp::getStartupState()) { - /*LLViewerRegion *regionp = LLWorld::getInstance()->getRegionFromHandle(gFirstSimHandle); + LLViewerRegion *regionp = LLWorld::getInstance()->getRegionFromHandle(gFirstSimHandle); if (regionp->capabilitiesReceived()) { LLStartUp::setStartupState( STATE_SEED_CAP_GRANTED ); @@ -2056,7 +2056,7 @@ bool idle_startup() { set_startup_status(0.4f, LLTrans::getString("LoginRequestSeedCapGrant"), gAgent.mMOTD); } - }*/ + } return FALSE; }