diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs | 9 | ||||
-rw-r--r-- | OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETPrim.cs | 9 |
2 files changed, 4 insertions, 14 deletions
diff --git a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs index 120d040..198962b 100644 --- a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs +++ b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs | |||
@@ -361,17 +361,12 @@ namespace OpenSim.Region.Physics.BulletDotNETPlugin | |||
361 | { | 361 | { |
362 | 362 | ||
363 | } | 363 | } |
364 | |||
365 | public override void VehicleFlagsSet(int flags) | ||
366 | { | ||
367 | 364 | ||
368 | } | 365 | public override void VehicleFlags(int param, bool remove) |
369 | |||
370 | public override void VehicleFlagsRemove(int flags) | ||
371 | { | 366 | { |
372 | 367 | ||
373 | } | 368 | } |
374 | 369 | ||
375 | public override void SetVolumeDetect(int param) | 370 | public override void SetVolumeDetect(int param) |
376 | { | 371 | { |
377 | 372 | ||
diff --git a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETPrim.cs b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETPrim.cs index f430def..920ed96 100644 --- a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETPrim.cs +++ b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETPrim.cs | |||
@@ -396,17 +396,12 @@ namespace OpenSim.Region.Physics.BulletDotNETPlugin | |||
396 | { | 396 | { |
397 | //TODO: | 397 | //TODO: |
398 | } | 398 | } |
399 | |||
400 | public override void VehicleFlagsSet(int flags) | ||
401 | { | ||
402 | 399 | ||
403 | } | 400 | public override void VehicleFlags(int param, bool remove) |
404 | |||
405 | public override void VehicleFlagsRemove(int flags) | ||
406 | { | 401 | { |
407 | 402 | ||
408 | } | 403 | } |
409 | 404 | ||
410 | public override void SetVolumeDetect(int param) | 405 | public override void SetVolumeDetect(int param) |
411 | { | 406 | { |
412 | //TODO: GhostObject | 407 | //TODO: GhostObject |