diff options
| -rw-r--r-- | indra/newview/llappviewer.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index b6d02ea2f8..5138e021cc 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -717,6 +717,8 @@ LLAppViewer::LLAppViewer()  	gLoggedInTime.stop(); +    gBogusVariable = 1; +      	initLoggingAndGetLastDuration();  	processMarkerFiles(); | 
