From 647fd951ec065f8cdb2aa0000efc0d423513e681 Mon Sep 17 00:00:00 2001 From: aap Date: Fri, 5 Jun 2020 00:24:42 +0200 Subject: more CBike --- src/vehicles/Bike.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vehicles/Bike.h') diff --git a/src/vehicles/Bike.h b/src/vehicles/Bike.h index 6c8db44a..aa85942d 100644 --- a/src/vehicles/Bike.h +++ b/src/vehicles/Bike.h @@ -71,12 +71,12 @@ public: uint8 bWaterTight : 1; uint8 m_bike_flag08 : 1; uint8 bIsStanding : 1; - uint8 m_bike_flag20 : 1; + uint8 bExtraSpeed : 1; // leaning forward uint8 m_bike_flag40 : 1; uint8 m_bike_flag80 : 1; int16 m_doingBurnout; float m_fTireTemperature; - float someAngle; + float m_fBrakeDestabilization; uint32 field_490; float m_fFireBlowUpTimer; CPhysical *m_aGroundPhysical[4]; -- cgit v1.2.3