summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2012-01-25 15:59:37 -0500
committerNyx (Neal Orman) <nyx@lindenlab.com>2012-01-25 15:59:37 -0500
commit50b67f052a440fba54a05fe32320f6bb84ea43cc (patch)
treee9716527ab736c1d5c92e0d1a4ee11cb071c522f /indra/newview/llstartup.cpp
parentc4e0c20cdccc0604a1688ab3664295c1944321e8 (diff)
parent4ef9277761b5faee2825177112939b72c563a4ea (diff)
MERGE - pulling latest viewer-development into pathfinding branch
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r--indra/newview/llstartup.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index 7e02a41e7e..3923b4510a 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -804,9 +804,8 @@ bool idle_startup()
#ifdef _WIN32
MSG msg;
while( PeekMessage( &msg, /*All hWnds owned by this thread */ NULL, WM_KEYFIRST, WM_KEYLAST, PM_REMOVE ) )
- {
- display_startup();
- }
+ { }
+ display_startup();
#endif
timeout.reset();
return FALSE;