aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
authorMelanie2011-11-05 21:53:05 +0000
committerMelanie2011-11-05 21:53:05 +0000
commit9c6025f928302b0242aa1887071e5e3f96bae90e (patch)
treea6b9b1a6ca401cf9878f25d0f632c825df2b169c /OpenSim/Region/Framework/Scenes/ScenePresence.cs
parentSome more changes to catch up with core (diff)
downloadopensim-SC_OLD-9c6025f928302b0242aa1887071e5e3f96bae90e.zip
opensim-SC_OLD-9c6025f928302b0242aa1887071e5e3f96bae90e.tar.gz
opensim-SC_OLD-9c6025f928302b0242aa1887071e5e3f96bae90e.tar.bz2
opensim-SC_OLD-9c6025f928302b0242aa1887071e5e3f96bae90e.tar.xz
Adapt to the core SP rework
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs6
1 files changed, 5 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index a1fc1c0..cca55be 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -144,7 +144,11 @@ namespace OpenSim.Region.Framework.Scenes
144 get { return m_userFlags; } 144 get { return m_userFlags; }
145 } 145 }
146 private bool m_flyingOld; // add for fly velocity control 146 private bool m_flyingOld; // add for fly velocity control
147 public bool m_wasFlying; // add for fly velocity control 147 public bool WasFlying
148 {
149 get { return m_wasFlying; }
150 }
151 private bool m_wasFlying; // add for fly velocity control
148 152
149 private int m_lastColCount = -1; //KF: Look for Collision chnages 153 private int m_lastColCount = -1; //KF: Look for Collision chnages
150 private int m_updateCount = 0; //KF: Update Anims for a while 154 private int m_updateCount = 0; //KF: Update Anims for a while