diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llprogressview.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/newview/llprogressview.cpp b/linden/indra/newview/llprogressview.cpp index 9e7f1a5..dd75c3f 100644 --- a/linden/indra/newview/llprogressview.cpp +++ b/linden/indra/newview/llprogressview.cpp | |||
@@ -39,8 +39,9 @@ | |||
39 | #include "llglheaders.h" | 39 | #include "llglheaders.h" |
40 | 40 | ||
41 | #include "llagent.h" | 41 | #include "llagent.h" |
42 | #include "llfocusmgr.h" | ||
43 | #include "llbutton.h" | 42 | #include "llbutton.h" |
43 | #include "llfocusmgr.h" | ||
44 | #include "llstartup.h" | ||
44 | #include "llviewercontrol.h" | 45 | #include "llviewercontrol.h" |
45 | #include "llviewerimagelist.h" | 46 | #include "llviewerimagelist.h" |
46 | #include "llviewerwindow.h" | 47 | #include "llviewerwindow.h" |
@@ -48,9 +49,8 @@ | |||
48 | 49 | ||
49 | LLProgressView* LLProgressView::sInstance = NULL; | 50 | LLProgressView* LLProgressView::sInstance = NULL; |
50 | 51 | ||
51 | LLPointer<LLImageGL> gStartImageGL = NULL; | 52 | S32 gStartImageWidth = 1; |
52 | S32 gStartImageWidth = 1; | 53 | S32 gStartImageHeight = 1; |
53 | S32 gStartImageHeight = 1; | ||
54 | const F32 FADE_IN_TIME = 1.f; | 54 | const F32 FADE_IN_TIME = 1.f; |
55 | 55 | ||
56 | const LLString ANIMATION_FILENAME = "Login Sequence "; | 56 | const LLString ANIMATION_FILENAME = "Login Sequence "; |