summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Automobile.cpp
diff options
context:
space:
mode:
authorRoman Masanin <36927roma@gmail.com>2020-10-25 22:11:04 +0100
committerRoman Masanin <36927roma@gmail.com>2020-10-25 22:11:04 +0100
commit04b841c71992e564c18635a9a4af33d74dcdd4a0 (patch)
tree6166c3aa7cb89ee8e6599065e06b3f034fa780a2 /src/vehicles/Automobile.cpp
parentskiding (diff)
downloadre3-04b841c71992e564c18635a9a4af33d74dcdd4a0.tar
re3-04b841c71992e564c18635a9a4af33d74dcdd4a0.tar.gz
re3-04b841c71992e564c18635a9a4af33d74dcdd4a0.tar.bz2
re3-04b841c71992e564c18635a9a4af33d74dcdd4a0.tar.lz
re3-04b841c71992e564c18635a9a4af33d74dcdd4a0.tar.xz
re3-04b841c71992e564c18635a9a4af33d74dcdd4a0.tar.zst
re3-04b841c71992e564c18635a9a4af33d74dcdd4a0.zip
Diffstat (limited to '')
-rw-r--r--src/vehicles/Automobile.cpp2
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];
}
}