summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Automobile.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-08-19 10:08:10 +0200
committerGitHub <noreply@github.com>2020-08-19 10:08:10 +0200
commitdba992f388bb191dcb9825a7a210a45c35462226 (patch)
treee0c5da7f10c8b827b44665c7d748419364ae1c69 /src/vehicles/Automobile.cpp
parent2 new opcodes (diff)
parentfix submodules (diff)
downloadre3-dba992f388bb191dcb9825a7a210a45c35462226.tar
re3-dba992f388bb191dcb9825a7a210a45c35462226.tar.gz
re3-dba992f388bb191dcb9825a7a210a45c35462226.tar.bz2
re3-dba992f388bb191dcb9825a7a210a45c35462226.tar.lz
re3-dba992f388bb191dcb9825a7a210a45c35462226.tar.xz
re3-dba992f388bb191dcb9825a7a210a45c35462226.tar.zst
re3-dba992f388bb191dcb9825a7a210a45c35462226.zip
Diffstat (limited to 'src/vehicles/Automobile.cpp')
-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 e06ce03b..44e0b044 100644
--- a/src/vehicles/Automobile.cpp
+++ b/src/vehicles/Automobile.cpp
@@ -154,7 +154,7 @@ CAutomobile::CAutomobile(int32 id, uint8 CreatedBy)
m_fElasticity = 0.05f;
m_fBuoyancy = pHandling->fBuoyancy;
- m_fOrientation = m_auto_unk4 = 0.0f;
+ m_fOrientation = m_fPlaneSteer = 0.0f;
m_nBusDoorTimerEnd = 0;
m_nBusDoorTimerStart = 0;