summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2011-02-10 15:57:08 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2011-02-10 15:57:08 -0500
commit49b8f8af026a627db47c9592fc92eccda790401e (patch)
tree181bbe92c8d7522e087a2913ea8fb2919f405de3 /indra/newview/llstartup.cpp
parent54bf80bf450fa6b8b50c573ca5ef902b4462d410 (diff)
SH-915 WIP - LLAgentPilot class cleanup, added interpolation for camera motion
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rwxr-xr-xindra/newview/llstartup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index db7e0149cc..b98cbd5b78 100755
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -1989,7 +1989,7 @@ bool idle_startup()
}
// Start automatic replay if the flag is set.
- if (gSavedSettings.getBOOL("StatsAutoRun") || LLAgentPilot::sReplaySession)
+ if (gSavedSettings.getBOOL("StatsAutoRun") || gAgentPilot.getReplaySession())
{
LLUUID id;
LL_DEBUGS("AppInit") << "Starting automatic playback" << LL_ENDL;