diff options
author | Armin Weatherwax | 2010-03-29 14:11:34 +0200 |
---|---|---|
committer | Armin Weatherwax | 2010-04-12 17:11:05 +0200 |
commit | 5ac51f73e29ffa561b0dae87a06b6d5c1bd0e32e (patch) | |
tree | 82a152f5bfc4ec4160793c5e28cbaa0815976e1b /linden/indra/newview/llappviewer.cpp | |
parent | disable voice (for the session) if binary not found (diff) | |
download | meta-impy-5ac51f73e29ffa561b0dae87a06b6d5c1bd0e32e.zip meta-impy-5ac51f73e29ffa561b0dae87a06b6d5c1bd0e32e.tar.gz meta-impy-5ac51f73e29ffa561b0dae87a06b6d5c1bd0e32e.tar.bz2 meta-impy-5ac51f73e29ffa561b0dae87a06b6d5c1bd0e32e.tar.xz |
Use Hippogridmanager for OpenSim detection.
Diffstat (limited to 'linden/indra/newview/llappviewer.cpp')
-rw-r--r-- | linden/indra/newview/llappviewer.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp index e4cd3af..7aa3a05 100644 --- a/linden/indra/newview/llappviewer.cpp +++ b/linden/indra/newview/llappviewer.cpp | |||
@@ -1899,7 +1899,9 @@ bool LLAppViewer::initConfiguration() | |||
1899 | gHippoGridManager = new HippoGridManager(); | 1899 | gHippoGridManager = new HippoGridManager(); |
1900 | gHippoGridManager->init(); | 1900 | gHippoGridManager->init(); |
1901 | } | 1901 | } |
1902 | 1902 | if (!gHippoLimits) { | |
1903 | gHippoLimits = new HippoLimits(); | ||
1904 | } | ||
1903 | 1905 | ||
1904 | //initGridChoice(); | 1906 | //initGridChoice(); |
1905 | 1907 | ||