diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-02-09 17:07:13 -0500 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-02-09 17:07:13 -0500 |
| commit | 3ae3a4a6cb2b23e78493ae04f365188b95efcd64 (patch) | |
| tree | f522a3e354dab60d760b5887b3b33588bcd724ad /indra/newview/llstartup.cpp | |
| parent | 64e017fc6b19006c893b4766be05c18ddb3b5593 (diff) | |
SH-915 WIP - support pilot.xml with extended camera info
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rwxr-xr-x | indra/newview/llstartup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index c6efaf4afe..db7e0149cc 100755 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -424,7 +424,7 @@ bool idle_startup() // // Load autopilot and stats stuff - gAgentPilot.load(gSavedSettings.getString("StatsPilotFile")); + gAgentPilot.load(); //gErrorStream.setTime(gSavedSettings.getBOOL("LogTimestamps")); |
