aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneBase.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-19 20:13:51 +0000
committerJustin Clarke Casey2008-11-19 20:13:51 +0000
commit14f3ac144060491761a57137b99173e65252d806 (patch)
treeb958133886407fbd551376671a56f8d757c49579 /OpenSim/Region/Environment/Scenes/SceneBase.cs
parentGuard against a strange nullref in ODE (diff)
downloadopensim-SC_OLD-14f3ac144060491761a57137b99173e65252d806.zip
opensim-SC_OLD-14f3ac144060491761a57137b99173e65252d806.tar.gz
opensim-SC_OLD-14f3ac144060491761a57137b99173e65252d806.tar.bz2
opensim-SC_OLD-14f3ac144060491761a57137b99173e65252d806.tar.xz
* Add just enough to allow the scene presences test to establish a new user connection (though not yet an actual ScenePresence)
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneBase.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneBase.cs b/OpenSim/Region/Environment/Scenes/SceneBase.cs
index 67e23b5..ee0f6b1 100644
--- a/OpenSim/Region/Environment/Scenes/SceneBase.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneBase.cs
@@ -71,6 +71,9 @@ namespace OpenSim.Region.Environment.Scenes
71 //public TerrainEngine Terrain; 71 //public TerrainEngine Terrain;
72 public ITerrainChannel Heightmap; 72 public ITerrainChannel Heightmap;
73 73
74 /// <value>
75 /// Allows retrieval of land information for this scene.
76 /// </value>
74 public ILandChannel LandChannel; 77 public ILandChannel LandChannel;
75 78
76 protected EventManager m_eventManager; 79 protected EventManager m_eventManager;