From 579efc05fcfa2472b3aa6bfeb6c9cb491f6c3cb3 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Tue, 8 Dec 2020 05:26:48 +0200 Subject: [PATCH] Fix bike's fInAirXRes --- src/vehicles/Bike.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vehicles/Bike.cpp b/src/vehicles/Bike.cpp index 30d63aca..3a0be35f 100644 --- a/src/vehicles/Bike.cpp +++ b/src/vehicles/Bike.cpp @@ -202,7 +202,7 @@ CVector vecTestResistance(0.9995f, 0.9f, 0.95f); float fDAxisX = 1.0f; float fDAxisXExtra = 100.0f; float fDAxisY = 1000.0f; -float fInAirXRes = 0.88f; +float fInAirXRes = 0.98f; float fFlySpeedMult = -0.6f; void