diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2019-07-18 23:49:21 +0200 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2019-07-19 16:25:16 +0200 |
commit | 40b3ff31bb7fc0a38cfc29350cf1683376bfe4f7 (patch) | |
tree | 5a13e1fe3d6d6fd459284d945d9be891a8489bb6 /src/vehicles/Automobile.cpp | |
parent | more audio process (diff) | |
download | re3-40b3ff31bb7fc0a38cfc29350cf1683376bfe4f7.tar re3-40b3ff31bb7fc0a38cfc29350cf1683376bfe4f7.tar.gz re3-40b3ff31bb7fc0a38cfc29350cf1683376bfe4f7.tar.bz2 re3-40b3ff31bb7fc0a38cfc29350cf1683376bfe4f7.tar.lz re3-40b3ff31bb7fc0a38cfc29350cf1683376bfe4f7.tar.xz re3-40b3ff31bb7fc0a38cfc29350cf1683376bfe4f7.tar.zst re3-40b3ff31bb7fc0a38cfc29350cf1683376bfe4f7.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 eaa16435..93590b2e 100644 --- a/src/vehicles/Automobile.cpp +++ b/src/vehicles/Automobile.cpp @@ -115,7 +115,7 @@ CAutomobile::CAutomobile(int32 id, uint8 CreatedBy) field_594 = 0; bNotDamagedUpsideDown = false; bMoreResistantToDamage = false; - field_514 = 0; + m_fVelocityChangeForAudio = 0.f; field_4E2 = 0; for(i = 0; i < 4; i++){ |