aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/hippoLimits.h
diff options
context:
space:
mode:
authorPatrick Sapinski2010-09-21 21:40:23 -0400
committerMcCabe Maxsted2010-09-22 15:13:00 -0700
commitceca2fbeb58be924902471ab58f5ad8a8c1fd157 (patch)
tree4c0947796ae13dd95478ff54444bc26249fe1e1a /linden/indra/newview/hippoLimits.h
parentShow start location on the login screen by default (diff)
downloadmeta-impy-ceca2fbeb58be924902471ab58f5ad8a8c1fd157.zip
meta-impy-ceca2fbeb58be924902471ab58f5ad8a8c1fd157.tar.gz
meta-impy-ceca2fbeb58be924902471ab58f5ad8a8c1fd157.tar.bz2
meta-impy-ceca2fbeb58be924902471ab58f5ad8a8c1fd157.tar.xz
Added handler for new OpenSim function "OpenRegionInfo", more info at http://imprudenceviewer.org/wiki/Opensim_information_needed
Currently only supports a fraction of the provided parameters.
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/hippoLimits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/hippoLimits.h b/linden/indra/newview/hippoLimits.h
index f76e7e9..a5fe351 100644
--- a/linden/indra/newview/hippoLimits.h
+++ b/linden/indra/newview/hippoLimits.h
@@ -19,7 +19,6 @@ public:
19 19
20 void setLimits(); 20 void setLimits();
21 21
22private:
23 S32 mMaxAgentGroups; 22 S32 mMaxAgentGroups;
24 23
25 F32 mMaxHeight; 24 F32 mMaxHeight;
@@ -29,6 +28,7 @@ private:
29 F32 mMinPrimScale; 28 F32 mMinPrimScale;
30 S32 mMaxLinkedPrims; 29 S32 mMaxLinkedPrims;
31 30
31private:
32 void setOpenSimLimits(); 32 void setOpenSimLimits();
33 void setSecondLifeLimits(); 33 void setSecondLifeLimits();
34}; 34};