aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/ODECharacter.cs11
1 files changed, 10 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
index a2229e8..6b8d1e2 100644
--- a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
+++ b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
@@ -733,7 +733,17 @@ namespace OpenSim.Region.Physics.OdePlugin
733 { 733 {
734 734
735 } 735 }
736
737 public override void VehicleFlagsSet(int flags)
738 {
736 739
740 }
741
742 public override void VehicleFlagsRemove(int flags)
743 {
744
745 }
746
737 public override void VehicleFlags(int param, bool remove) 747 public override void VehicleFlags(int param, bool remove)
738 { 748 {
739 749
@@ -1210,7 +1220,6 @@ namespace OpenSim.Region.Physics.OdePlugin
1210 1220
1211 public override float APIDDamping{ set { return; } } 1221 public override float APIDDamping{ set { return; } }
1212 1222
1213
1214 public override void SubscribeEvents(int ms) 1223 public override void SubscribeEvents(int ms)
1215 { 1224 {
1216 m_requestedUpdateFrequency = ms; 1225 m_requestedUpdateFrequency = ms;