summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Automobile.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2019-10-12 16:06:15 +0200
committerSergeanur <s.anureev@yandex.ua>2019-10-12 16:06:15 +0200
commitbe2e01c6fb0f734ad569f3ad272a3d3dfb31d3ce (patch)
tree759e4e21a43a271b316ec6baac0415debf2ef3bd /src/vehicles/Automobile.cpp
parentRemoved !this check in CVehicle::IsWrecked, added CPed::IsNotInWreckedVehicle instead (diff)
downloadre3-be2e01c6fb0f734ad569f3ad272a3d3dfb31d3ce.tar
re3-be2e01c6fb0f734ad569f3ad272a3d3dfb31d3ce.tar.gz
re3-be2e01c6fb0f734ad569f3ad272a3d3dfb31d3ce.tar.bz2
re3-be2e01c6fb0f734ad569f3ad272a3d3dfb31d3ce.tar.lz
re3-be2e01c6fb0f734ad569f3ad272a3d3dfb31d3ce.tar.xz
re3-be2e01c6fb0f734ad569f3ad272a3d3dfb31d3ce.tar.zst
re3-be2e01c6fb0f734ad569f3ad272a3d3dfb31d3ce.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 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;