aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llworld.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-04-14 00:20:56 -0700
committerMcCabe Maxsted2010-04-14 00:20:56 -0700
commit834a60163bba95d53c297c791e49a597b87144f3 (patch)
tree0dc2c00c07be28940a72011ef9291cd817a2c0d5 /linden/indra/newview/llworld.cpp
parentAdded prim media functions and new script functions from SL server 1.38.0 (diff)
parentfix bring help-f1 page under control of hippogridmanager (diff)
downloadmeta-impy-834a60163bba95d53c297c791e49a597b87144f3.zip
meta-impy-834a60163bba95d53c297c791e49a597b87144f3.tar.gz
meta-impy-834a60163bba95d53c297c791e49a597b87144f3.tar.bz2
meta-impy-834a60163bba95d53c297c791e49a597b87144f3.tar.xz
Merge commit 'armin/beta2-bugfixes' into 1.3-beta2bugfixes
Diffstat (limited to 'linden/indra/newview/llworld.cpp')
-rw-r--r--linden/indra/newview/llworld.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/newview/llworld.cpp b/linden/indra/newview/llworld.cpp
index 02c7be3..90ab49b 100644
--- a/linden/indra/newview/llworld.cpp
+++ b/linden/indra/newview/llworld.cpp
@@ -60,6 +60,7 @@
60#include "pipeline.h" 60#include "pipeline.h"
61#include "llappviewer.h" // for do_disconnect() 61#include "llappviewer.h" // for do_disconnect()
62 62
63#include "hippoLimits.h"
63// 64//
64// Globals 65// Globals
65// 66//
@@ -128,6 +129,10 @@ void LLWorld::destroyClass()
128 LLViewerPartSim::getInstance()->destroyClass(); 129 LLViewerPartSim::getInstance()->destroyClass();
129} 130}
130 131
132F32 LLWorld::getRegionMaxHeight() const
133{
134 return gHippoLimits->getMaxHeight();
135}
131 136
132LLViewerRegion* LLWorld::addRegion(const U64 &region_handle, const LLHost &host) 137LLViewerRegion* LLWorld::addRegion(const U64 &region_handle, const LLHost &host)
133{ 138{