diff options
author | aap <aap@papnet.eu> | 2020-06-02 14:38:57 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-06-02 14:38:57 +0200 |
commit | 575c5466dfb3d0d0cdaa47a03b601e4f23f6af94 (patch) | |
tree | b82a2af495d348a08071f88895c175c845a23f09 /src/vehicles/Vehicle.h | |
parent | CTimer fix (diff) | |
download | re3-575c5466dfb3d0d0cdaa47a03b601e4f23f6af94.tar re3-575c5466dfb3d0d0cdaa47a03b601e4f23f6af94.tar.gz re3-575c5466dfb3d0d0cdaa47a03b601e4f23f6af94.tar.bz2 re3-575c5466dfb3d0d0cdaa47a03b601e4f23f6af94.tar.lz re3-575c5466dfb3d0d0cdaa47a03b601e4f23f6af94.tar.xz re3-575c5466dfb3d0d0cdaa47a03b601e4f23f6af94.tar.zst re3-575c5466dfb3d0d0cdaa47a03b601e4f23f6af94.zip |
Diffstat (limited to 'src/vehicles/Vehicle.h')
-rw-r--r-- | src/vehicles/Vehicle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Vehicle.h b/src/vehicles/Vehicle.h index de4d3f88..89117d40 100644 --- a/src/vehicles/Vehicle.h +++ b/src/vehicles/Vehicle.h @@ -194,7 +194,7 @@ public: bool m_bSirenOrAlarm; int8 m_comedyControlState; CStoredCollPoly m_aCollPolys[2]; // poly which is under front/rear part of car - float m_fSteerRatio; + float m_fSteerInput; eVehicleType m_vehType; static void *operator new(size_t); |