diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-11-10 21:32:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-10 21:32:12 +0100 |
commit | 5c64dba65a35e07c1267b4b98a7fa39ec082b58c (patch) | |
tree | abb2faa0c96159f1052f528aaaeff645b974a425 /src/vehicles/Automobile.cpp | |
parent | Merge pull request #811 from majesticCoding/miami (diff) | |
parent | to make Serge and _R4K_ happy (diff) | |
download | re3-5c64dba65a35e07c1267b4b98a7fa39ec082b58c.tar re3-5c64dba65a35e07c1267b4b98a7fa39ec082b58c.tar.gz re3-5c64dba65a35e07c1267b4b98a7fa39ec082b58c.tar.bz2 re3-5c64dba65a35e07c1267b4b98a7fa39ec082b58c.tar.lz re3-5c64dba65a35e07c1267b4b98a7fa39ec082b58c.tar.xz re3-5c64dba65a35e07c1267b4b98a7fa39ec082b58c.tar.zst re3-5c64dba65a35e07c1267b4b98a7fa39ec082b58c.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 d1a7505e..ddfc1441 100644 --- a/src/vehicles/Automobile.cpp +++ b/src/vehicles/Automobile.cpp @@ -1494,7 +1494,7 @@ CAutomobile::ProcessControl(void) blade = Multiply3x3(blade, GetMatrix()); camDist /= Max(Sqrt(distSq), 0.01f); if(Abs(DotProduct(camDist, blade)) > 0.95f){ - DMAudio.PlayOneShot(m_audioEntityId, SOUND_31, 0.0f); + DMAudio.PlayOneShot(m_audioEntityId, SOUND_HELI_BLADE, 0.0f); m_fPropellerRotation = m_aWheelRotation[1]; } } |