LLViewerRegion WIP: this should compile now.
This commit is contained in:
@@ -2038,7 +2038,7 @@ bool idle_startup()
|
|||||||
//---------------------------------------------------------------------
|
//---------------------------------------------------------------------
|
||||||
if(STATE_SEED_GRANTED_WAIT == LLStartUp::getStartupState())
|
if(STATE_SEED_GRANTED_WAIT == LLStartUp::getStartupState())
|
||||||
{
|
{
|
||||||
/*LLViewerRegion *regionp = LLWorld::getInstance()->getRegionFromHandle(gFirstSimHandle);
|
LLViewerRegion *regionp = LLWorld::getInstance()->getRegionFromHandle(gFirstSimHandle);
|
||||||
if (regionp->capabilitiesReceived())
|
if (regionp->capabilitiesReceived())
|
||||||
{
|
{
|
||||||
LLStartUp::setStartupState( STATE_SEED_CAP_GRANTED );
|
LLStartUp::setStartupState( STATE_SEED_CAP_GRANTED );
|
||||||
@@ -2056,7 +2056,7 @@ bool idle_startup()
|
|||||||
{
|
{
|
||||||
set_startup_status(0.4f, LLTrans::getString("LoginRequestSeedCapGrant"), gAgent.mMOTD);
|
set_startup_status(0.4f, LLTrans::getString("LoginRequestSeedCapGrant"), gAgent.mMOTD);
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user