diff options
Diffstat (limited to 'Common/OpenSim.Framework')
-rw-r--r-- | Common/OpenSim.Framework/Types/EstateSettings.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Common/OpenSim.Framework/Types/EstateSettings.cs b/Common/OpenSim.Framework/Types/EstateSettings.cs index baa3eef..778c893 100644 --- a/Common/OpenSim.Framework/Types/EstateSettings.cs +++ b/Common/OpenSim.Framework/Types/EstateSettings.cs | |||
@@ -91,6 +91,7 @@ namespace OpenSim.Framework.Types | |||
91 | public double terrainMultiplier = 60.0; | 91 | public double terrainMultiplier = 60.0; |
92 | public float waterHeight = (float)20.0; | 92 | public float waterHeight = (float)20.0; |
93 | 93 | ||
94 | public LLUUID terrainImageID = LLUUID.Zero; // the assetID that is the current Map image for this region | ||
94 | 95 | ||
95 | } | 96 | } |
96 | } | 97 | } |