summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Vehicle.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-06-02 14:38:57 +0200
committeraap <aap@papnet.eu>2020-06-02 14:38:57 +0200
commit575c5466dfb3d0d0cdaa47a03b601e4f23f6af94 (patch)
treeb82a2af495d348a08071f88895c175c845a23f09 /src/vehicles/Vehicle.h
parentCTimer fix (diff)
downloadre3-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 '')
-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 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);