diff options
author | McCabe Maxsted | 2009-09-06 21:16:50 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-09-06 21:16:50 -0700 |
commit | 64eb2443a4a6d11e9dd01d9c15333b8a85c93df8 (patch) | |
tree | b20f344e06e7ae01480210ec5e4c14899fc0775d /linden/indra/newview/llstartup.cpp | |
parent | Ported phantom avatar option from Emerald viewer (diff) | |
download | meta-impy-64eb2443a4a6d11e9dd01d9c15333b8a85c93df8.zip meta-impy-64eb2443a4a6d11e9dd01d9c15333b8a85c93df8.tar.gz meta-impy-64eb2443a4a6d11e9dd01d9c15333b8a85c93df8.tar.bz2 meta-impy-64eb2443a4a6d11e9dd01d9c15333b8a85c93df8.tar.xz |
Start fetching inventory at startup
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index aca3cac..fdc0182 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -2462,6 +2462,10 @@ bool idle_startup() | |||
2462 | 2462 | ||
2463 | // Have the agent start watching the friends list so we can update proxies | 2463 | // Have the agent start watching the friends list so we can update proxies |
2464 | gAgent.observeFriends(); | 2464 | gAgent.observeFriends(); |
2465 | |||
2466 | // Start loading inventory | ||
2467 | gInventory.startBackgroundFetch(); | ||
2468 | |||
2465 | if (gSavedSettings.getBOOL("LoginAsGod")) | 2469 | if (gSavedSettings.getBOOL("LoginAsGod")) |
2466 | { | 2470 | { |
2467 | gAgent.requestEnterGodMode(); | 2471 | gAgent.requestEnterGodMode(); |