diff options
author | gareth | 2007-03-06 20:22:17 +0000 |
---|---|---|
committer | gareth | 2007-03-06 20:22:17 +0000 |
commit | 01536d901aaa5c31cb5d2b83e9afe8555767f146 (patch) | |
tree | db7f0c5a3a37200307d0de6821f6f6cd308aa136 /src/world | |
parent | Updated help message on console (diff) | |
download | opensim-SC_OLD-01536d901aaa5c31cb5d2b83e9afe8555767f146.zip opensim-SC_OLD-01536d901aaa5c31cb5d2b83e9afe8555767f146.tar.gz opensim-SC_OLD-01536d901aaa5c31cb5d2b83e9afe8555767f146.tar.bz2 opensim-SC_OLD-01536d901aaa5c31cb5d2b83e9afe8555767f146.tar.xz |
Attempted to fix Db4o/world thing (and failed, but it still runs!) will need a new class for the world data
Removed excess debug output
Diffstat (limited to 'src/world')
-rw-r--r-- | src/world/World.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/world/World.cs b/src/world/World.cs index 2f73bd5..83788cd 100644 --- a/src/world/World.cs +++ b/src/world/World.cs | |||
@@ -26,9 +26,6 @@ namespace OpenSim.world | |||
26 | OpenSim_Main.localcons.WriteLine("World.cs - creating LandMap"); | 26 | OpenSim_Main.localcons.WriteLine("World.cs - creating LandMap"); |
27 | terrainengine = new TerrainDecode(); | 27 | terrainengine = new TerrainDecode(); |
28 | LandMap = new float[65536]; | 28 | LandMap = new float[65536]; |
29 | for(int i =0; i < 65536; i++) { | ||
30 | LandMap[i] = 21.4989f; | ||
31 | } | ||
32 | 29 | ||
33 | } | 30 | } |
34 | 31 | ||