summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorLeslie Linden <leslie@lindenlab.com>2012-01-30 15:54:39 -0800
committerLeslie Linden <leslie@lindenlab.com>2012-01-30 15:54:39 -0800
commitfd56967dea7e4c53080a1ef89cc550492baf3fc8 (patch)
tree2a7a7993a550afbd7e92975cc53d633e41404583 /indra/newview/llstartup.cpp
parentc4084c71386e34f6c28d4c10199eaf1155a2855b (diff)
parent56973912198ba3410d1ab32d1a8a63a1c8c3348e (diff)
Merge with latest
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;