summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Vehicle.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-06-05 15:09:45 +0200
committeraap <aap@papnet.eu>2020-06-05 15:09:45 +0200
commit1bfb01d5f52e64e4b2d6557e2b7c3f6618671da3 (patch)
tree8ea52a3d6c8a17e42244e464c69639c0fde5431d /src/vehicles/Vehicle.h
parentfix (diff)
downloadre3-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 '')
-rw-r--r--src/vehicles/Vehicle.h2
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);