summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-06-19 13:50:10 -0400
committerOz Linden <oz@lindenlab.com>2012-06-19 13:50:10 -0400
commitda0b5fe998434a935027b5e7cca2b70b895f0673 (patch)
tree538531439ee880365c681dd4a0652b312c3734f9 /indra/newview/llstartup.cpp
parentd7400ae60c0453e111357abfb09d8308adf8b721 (diff)
parenteb341068de59c86101aa4fd4031b6cdd7e4bbdc2 (diff)
merge up to latest viewer-development-havokai
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r--indra/newview/llstartup.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index f7d1e2a331..b995a45a75 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -186,6 +186,7 @@
#include "llappearancemgr.h"
#include "llavatariconctrl.h"
#include "llvoicechannel.h"
+#include "llpathfindingmanager.h"
#include "lllogin.h"
#include "llevents.h"
@@ -2164,6 +2165,10 @@ bool idle_startup()
LLIMFloater::initIMFloater();
display_startup();
+ llassert(LLPathfindingManager::getInstance() != NULL);
+ LLPathfindingManager::getInstance()->initSystem();
+ LLPathfindingManager::getInstance()->requestGetAgentState();
+
return TRUE;
}