diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llworld.cpp | 5 |
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 | ||
132 | F32 LLWorld::getRegionMaxHeight() const | ||
133 | { | ||
134 | return gHippoLimits->getMaxHeight(); | ||
135 | } | ||
131 | 136 | ||
132 | LLViewerRegion* LLWorld::addRegion(const U64 ®ion_handle, const LLHost &host) | 137 | LLViewerRegion* LLWorld::addRegion(const U64 ®ion_handle, const LLHost &host) |
133 | { | 138 | { |