Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork

avinationmerge
ubit 2012-10-09 02:06:05 +02:00
commit 4b386760fe
1 changed files with 3 additions and 0 deletions

View File

@ -2401,6 +2401,9 @@ namespace OpenSim.Region.Physics.OdePlugin
_target_velocity = Vector3.Zero; _target_velocity = Vector3.Zero;
if (m_vehicle != null && m_vehicle.Type != Vehicle.TYPE_NONE) if (m_vehicle != null && m_vehicle.Type != Vehicle.TYPE_NONE)
m_vehicle.Stop(); m_vehicle.Stop();
_zeroFlag = false;
base.RequestPhysicsterseUpdate();
} }
if (Body != IntPtr.Zero) if (Body != IntPtr.Zero)