diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-12-08 04:26:48 +0100 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-12-08 04:26:48 +0100 |
commit | 579efc05fcfa2472b3aa6bfeb6c9cb491f6c3cb3 (patch) | |
tree | 2cbb721f9d5ca0f29e376738a134e267ac7a35ba /src/vehicles/Bike.cpp | |
parent | Fixes (diff) | |
download | re3-579efc05fcfa2472b3aa6bfeb6c9cb491f6c3cb3.tar re3-579efc05fcfa2472b3aa6bfeb6c9cb491f6c3cb3.tar.gz re3-579efc05fcfa2472b3aa6bfeb6c9cb491f6c3cb3.tar.bz2 re3-579efc05fcfa2472b3aa6bfeb6c9cb491f6c3cb3.tar.lz re3-579efc05fcfa2472b3aa6bfeb6c9cb491f6c3cb3.tar.xz re3-579efc05fcfa2472b3aa6bfeb6c9cb491f6c3cb3.tar.zst re3-579efc05fcfa2472b3aa6bfeb6c9cb491f6c3cb3.zip |
Diffstat (limited to '')
-rw-r--r-- | src/vehicles/Bike.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |