aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
diff options
context:
space:
mode:
authorMW2007-08-09 19:30:52 +0000
committerMW2007-08-09 19:30:52 +0000
commit765bd02a486ee57e1594ca95653d2f4367b0900b (patch)
treeb9341a00dddf37df47b538f8f27cbba052866146 /OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
parentremove invalid index (diff)
downloadopensim-SC_OLD-765bd02a486ee57e1594ca95653d2f4367b0900b.zip
opensim-SC_OLD-765bd02a486ee57e1594ca95653d2f4367b0900b.tar.gz
opensim-SC_OLD-765bd02a486ee57e1594ca95653d2f4367b0900b.tar.bz2
opensim-SC_OLD-765bd02a486ee57e1594ca95653d2f4367b0900b.tar.xz
SceneObjects should now (hopefully) call datastore.StoreObject().
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPart.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectPart.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
index c711150..5e62082 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
@@ -211,6 +211,8 @@ namespace OpenSim.Region.Environment.Scenes
211 this.AngularVelocity = new LLVector3(0, 0, 0); 211 this.AngularVelocity = new LLVector3(0, 0, 0);
212 this.Acceleration = new LLVector3(0, 0, 0); 212 this.Acceleration = new LLVector3(0, 0, 0);
213 213
214
215
214 //temporary code just so the m_flags field doesn't give a compiler warning 216 //temporary code just so the m_flags field doesn't give a compiler warning
215 if (m_flags == LLObject.ObjectFlags.AllowInventoryDrop) 217 if (m_flags == LLObject.ObjectFlags.AllowInventoryDrop)
216 { 218 {