diff options
author | MW | 2007-04-06 13:04:46 +0000 |
---|---|---|
committer | MW | 2007-04-06 13:04:46 +0000 |
commit | 802d443be8c017ff32cd742fa8570cf582721bf6 (patch) | |
tree | a6bcf4e9de65d7ed4a3976c845634cd0c2d27fca /OpenSim.RegionServer/world/World.cs | |
parent | more work on Primitive2 (diff) | |
download | opensim-SC_OLD-802d443be8c017ff32cd742fa8570cf582721bf6.zip opensim-SC_OLD-802d443be8c017ff32cd742fa8570cf582721bf6.tar.gz opensim-SC_OLD-802d443be8c017ff32cd742fa8570cf582721bf6.tar.bz2 opensim-SC_OLD-802d443be8c017ff32cd742fa8570cf582721bf6.tar.xz |
very very few changes, but just commiting so that svn it upto date with my local version. And also to keep robl^ happy that a commit has been made.
Diffstat (limited to 'OpenSim.RegionServer/world/World.cs')
-rw-r--r-- | OpenSim.RegionServer/world/World.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim.RegionServer/world/World.cs b/OpenSim.RegionServer/world/World.cs index 5e4a3d3..5b7b3a1 100644 --- a/OpenSim.RegionServer/world/World.cs +++ b/OpenSim.RegionServer/world/World.cs | |||
@@ -185,6 +185,8 @@ namespace OpenSim.world | |||
185 | return (store == null); | 185 | return (store == null); |
186 | } | 186 | } |
187 | 187 | ||
188 | #region Regenerate Terrain | ||
189 | |||
188 | public void RegenerateTerrain() | 190 | public void RegenerateTerrain() |
189 | { | 191 | { |
190 | HeightmapGenHills hills = new HeightmapGenHills(); | 192 | HeightmapGenHills hills = new HeightmapGenHills(); |
@@ -243,6 +245,8 @@ namespace OpenSim.world | |||
243 | } | 245 | } |
244 | } | 246 | } |
245 | 247 | ||
248 | #endregion | ||
249 | |||
246 | public void LoadWorldMap() | 250 | public void LoadWorldMap() |
247 | { | 251 | { |
248 | LandMap = this.localStorage.LoadWorld(); | 252 | LandMap = this.localStorage.LoadWorld(); |