diff options
Diffstat (limited to 'linden/indra/newview/llconsole.cpp')
-rw-r--r-- | linden/indra/newview/llconsole.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llconsole.cpp b/linden/indra/newview/llconsole.cpp index 112f8ab..47d239f 100644 --- a/linden/indra/newview/llconsole.cpp +++ b/linden/indra/newview/llconsole.cpp | |||
@@ -124,7 +124,7 @@ void LLConsole::draw() | |||
124 | // skip lines added more than mLinePersistTime ago | 124 | // skip lines added more than mLinePersistTime ago |
125 | F32 cur_time = mTimer.getElapsedTimeF32(); | 125 | F32 cur_time = mTimer.getElapsedTimeF32(); |
126 | 126 | ||
127 | if( gStartupState != STATE_STARTED ) | 127 | if( LLStartUp::getStartupState() != STATE_STARTED ) |
128 | { | 128 | { |
129 | S32 count = mLines.size(); | 129 | S32 count = mLines.size(); |
130 | S32 i = 0; | 130 | S32 i = 0; |