From ba299f4e10663b221cccfa0dd9e155143fd50cd4 Mon Sep 17 00:00:00 2001 From: gareth Date: Thu, 1 Mar 2007 02:26:44 +0000 Subject: Imported fixed OGS asset server Fiddled with terrain data --- src/world/World.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/world/World.cs') diff --git a/src/world/World.cs b/src/world/World.cs index ccc34ea..854e8fe 100644 --- a/src/world/World.cs +++ b/src/world/World.cs @@ -24,7 +24,7 @@ namespace OpenSim.world terrainengine = new TerrainDecode(); LandMap = new float[65536]; for(int i =0; i < 65536; i++) { - LandMap[i] = 30.4989f; + LandMap[i] = 40f; } -- cgit v1.1