diff options
author | aap <aap@papnet.eu> | 2020-06-05 15:09:45 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-06-05 15:09:45 +0200 |
commit | 1bfb01d5f52e64e4b2d6557e2b7c3f6618671da3 (patch) | |
tree | 8ea52a3d6c8a17e42244e464c69639c0fde5431d /src/vehicles/Vehicle.h | |
parent | fix (diff) | |
download | re3-1bfb01d5f52e64e4b2d6557e2b7c3f6618671da3.tar re3-1bfb01d5f52e64e4b2d6557e2b7c3f6618671da3.tar.gz re3-1bfb01d5f52e64e4b2d6557e2b7c3f6618671da3.tar.bz2 re3-1bfb01d5f52e64e4b2d6557e2b7c3f6618671da3.tar.lz re3-1bfb01d5f52e64e4b2d6557e2b7c3f6618671da3.tar.xz re3-1bfb01d5f52e64e4b2d6557e2b7c3f6618671da3.tar.zst re3-1bfb01d5f52e64e4b2d6557e2b7c3f6618671da3.zip |
Diffstat (limited to 'src/vehicles/Vehicle.h')
-rw-r--r-- | src/vehicles/Vehicle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Vehicle.h b/src/vehicles/Vehicle.h index b3a36c6d..bc14bc77 100644 --- a/src/vehicles/Vehicle.h +++ b/src/vehicles/Vehicle.h @@ -306,7 +306,7 @@ public: void ProcessWheel(CVector &wheelFwd, CVector &wheelRight, CVector &wheelContactSpeed, CVector &wheelContactPoint, int32 wheelsOnGround, float thrust, float brake, float adhesion, int8 wheelId, float *wheelSpeed, tWheelState *wheelState, uint16 wheelStatus); void ProcessBikeWheel(CVector &wheelFwd, CVector &wheelRight, CVector &wheelContactSpeed, CVector &wheelContactPoint, - int32 wheelsOnGround, float thrust, float brake, float adhesion, float unk, int8 wheelId, float *wheelSpeed, tWheelState *wheelState, eBikeWheelSpecial special, uint16 wheelStatus); + int32 wheelsOnGround, float thrust, float brake, float adhesion, float destabTraction, int8 wheelId, float *wheelSpeed, tWheelState *wheelState, eBikeWheelSpecial special, uint16 wheelStatus); void ExtinguishCarFire(void); void ProcessDelayedExplosion(void); float ProcessWheelRotation(tWheelState state, const CVector &fwd, const CVector &speed, float radius); |