aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-03-22 12:24:35 -0700
committerMcCabe Maxsted2009-03-22 12:24:35 -0700
commite7a0268bb981e1aeff14233819ce0e59f71f81c2 (patch)
tree833f64d6ecec407556c3b518e0196c05694e6da4 /linden
parentVisual Studio now ignores C4244 warnings in GStreamer (diff)
downloadmeta-impy-e7a0268bb981e1aeff14233819ce0e59f71f81c2.zip
meta-impy-e7a0268bb981e1aeff14233819ce0e59f71f81c2.tar.gz
meta-impy-e7a0268bb981e1aeff14233819ce0e59f71f81c2.tar.bz2
meta-impy-e7a0268bb981e1aeff14233819ce0e59f71f81c2.tar.xz
Removed slviewer-0-v12160-LostConnectionOnLogin.patch
Diffstat (limited to 'linden')
-rw-r--r--linden/indra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp
index 04117bf..15ce1a3 100644
--- a/linden/indra/newview/llappviewer.cpp
+++ b/linden/indra/newview/llappviewer.cpp
@@ -3686,7 +3686,7 @@ void LLAppViewer::idleNetwork()
3686 // Check that the circuit between the viewer and the agent's current 3686 // Check that the circuit between the viewer and the agent's current
3687 // region is still alive 3687 // region is still alive
3688 LLViewerRegion *agent_region = gAgent.getRegion(); 3688 LLViewerRegion *agent_region = gAgent.getRegion();
3689 if (agent_region && LLStartUp::getStartupState() == STATE_STARTED) 3689 if (agent_region)
3690 { 3690 {
3691 LLUUID this_region_id = agent_region->getRegionID(); 3691 LLUUID this_region_id = agent_region->getRegionID();
3692 bool this_region_alive = agent_region->isAlive(); 3692 bool this_region_alive = agent_region->isAlive();