diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2019-10-12 21:24:58 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2019-10-12 21:24:58 +0200 |
commit | a1700eeaa429e84ac95637652fed2d5719118c6e (patch) | |
tree | 37b3028b5d30e0425a957662fed24bad1ff8ab40 /src/vehicles/Automobile.cpp | |
parent | script 400-499 start (diff) | |
parent | Merge pull request #237 from Nick007J/master (diff) | |
download | re3-a1700eeaa429e84ac95637652fed2d5719118c6e.tar re3-a1700eeaa429e84ac95637652fed2d5719118c6e.tar.gz re3-a1700eeaa429e84ac95637652fed2d5719118c6e.tar.bz2 re3-a1700eeaa429e84ac95637652fed2d5719118c6e.tar.lz re3-a1700eeaa429e84ac95637652fed2d5719118c6e.tar.xz re3-a1700eeaa429e84ac95637652fed2d5719118c6e.tar.zst re3-a1700eeaa429e84ac95637652fed2d5719118c6e.zip |
Diffstat (limited to 'src/vehicles/Automobile.cpp')
-rw-r--r-- | src/vehicles/Automobile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Automobile.cpp b/src/vehicles/Automobile.cpp index 2329a9d9..12c9c940 100644 --- a/src/vehicles/Automobile.cpp +++ b/src/vehicles/Automobile.cpp @@ -128,7 +128,7 @@ CAutomobile::CAutomobile(int32 id, uint8 CreatedBy) m_fGasPedal = 0.0f; m_fBrakePedal = 0.0f; m_pSetOnFireEntity = nil; - m_fGasPedalAudio = 0; + m_fGasPedalAudio = 0.0f; bNotDamagedUpsideDown = false; bMoreResistantToDamage = false; m_fVelocityChangeForAudio = 0.0f; |