summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Vehicle.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-06-05 22:17:19 +0200
committereray orçunus <erayorcunus@gmail.com>2020-06-05 22:20:16 +0200
commitd3736ccb1715d7ad5d759f4da7144b75168d33f2 (patch)
treecc89622ce5b40c77c903caeb0ee46d91dda5d751 /src/vehicles/Vehicle.h
parentBike riding anims, SA bike/heli cam (diff)
parenta bit more CBike (diff)
downloadre3-d3736ccb1715d7ad5d759f4da7144b75168d33f2.tar
re3-d3736ccb1715d7ad5d759f4da7144b75168d33f2.tar.gz
re3-d3736ccb1715d7ad5d759f4da7144b75168d33f2.tar.bz2
re3-d3736ccb1715d7ad5d759f4da7144b75168d33f2.tar.lz
re3-d3736ccb1715d7ad5d759f4da7144b75168d33f2.tar.xz
re3-d3736ccb1715d7ad5d759f4da7144b75168d33f2.tar.zst
re3-d3736ccb1715d7ad5d759f4da7144b75168d33f2.zip
Diffstat (limited to 'src/vehicles/Vehicle.h')
-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);