diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-11-23 18:59:50 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-11-23 18:59:50 +0200 |
commit | 833bf4a619c7bd40ea69731abe3d31770815d863 (patch) | |
tree | d351d9d80d332118621b9023fbe176928fe8e2b9 /src/vehicles/Vehicle.cpp | |
parent | b6da31cfaa021559939ed596d18a27f4db6acebc (diff) |
Add some TODO stubs for unused code to be reversed
Diffstat (limited to 'src/vehicles/Vehicle.cpp')
-rw-r--r-- | src/vehicles/Vehicle.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/vehicles/Vehicle.cpp b/src/vehicles/Vehicle.cpp index bc77b011..d2ca5a1a 100644 --- a/src/vehicles/Vehicle.cpp +++ b/src/vehicles/Vehicle.cpp @@ -582,6 +582,13 @@ CVehicle::ProcessWheel(CVector &wheelFwd, CVector &wheelRight, CVector &wheelCon } } +void +CVehicle::ProcessBikeWheel(CVector &wheelFwd, CVector &wheelRight, CVector &wheelContactSpeed, CVector &wheelContactPoint, int32 wheelsOnGround, float thrust, + float brake, float adhesion, int8 wheelId, float *wheelSpeed, tWheelState *wheelState, eBikeWheelSpecial special, uint16 wheelStatus) +{ + // TODO: mobile code +} + float CVehicle::ProcessWheelRotation(tWheelState state, const CVector &fwd, const CVector &speed, float radius) { |