diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2019-07-16 17:03:37 +0200 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2019-07-19 16:23:03 +0200 |
commit | 88a6d6749442df46a0512bfd8f0af4708da9b60f (patch) | |
tree | 2eff8675e83ce499283319d70dcae172ebedb724 /src/vehicles/Automobile.h | |
parent | ProcessActiveQueues (diff) | |
download | re3-88a6d6749442df46a0512bfd8f0af4708da9b60f.tar re3-88a6d6749442df46a0512bfd8f0af4708da9b60f.tar.gz re3-88a6d6749442df46a0512bfd8f0af4708da9b60f.tar.bz2 re3-88a6d6749442df46a0512bfd8f0af4708da9b60f.tar.lz re3-88a6d6749442df46a0512bfd8f0af4708da9b60f.tar.xz re3-88a6d6749442df46a0512bfd8f0af4708da9b60f.tar.zst re3-88a6d6749442df46a0512bfd8f0af4708da9b60f.zip |
Diffstat (limited to '')
-rw-r--r-- | src/vehicles/Automobile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Automobile.h b/src/vehicles/Automobile.h index 620c47a7..15b7ef0f 100644 --- a/src/vehicles/Automobile.h +++ b/src/vehicles/Automobile.h @@ -61,7 +61,7 @@ public: float m_aSuspensionLineLength[4]; float m_fHeightAboveRoad; float m_fTraction; - int32 field_514; + float m_fVelocityChangeForAudio; float m_randomValues[6]; // used for what? float m_fFireBlowUpTimer; CPhysical *m_aGroundPhysical[4]; // physicals touching wheels |