Patch #4 of the region settings series. Partial functionality of the new
storage system. More patches to follow.
This commit is contained in:
Melanie Thielker
2008-07-14 01:27:47 +00:00
parent 476e08286e
commit e712678689
15 changed files with 163 additions and 271 deletions

View File

@@ -136,7 +136,7 @@ namespace OpenSim.Region.ClientStack
scene.PhysicsScene = GetPhysicsScene();
scene.PhysicsScene.SetTerrain(scene.Heightmap.GetFloatsSerialised());
scene.PhysicsScene.SetWaterLevel(regionInfo.EstateSettings.waterHeight);
scene.PhysicsScene.SetWaterLevel((float)regionInfo.RegionSettings.WaterHeight);
//Master Avatar Setup
UserProfileData masterAvatar;