summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Automobile.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-07-17 12:26:45 +0200
committerGitHub <noreply@github.com>2019-07-17 12:26:45 +0200
commit3bda0da403ef4c7cd989fff8035863c5a39b009a (patch)
tree08e908d1ec1fa35efc9626ad3662b71ed10025c5 /src/vehicles/Automobile.cpp
parentmore fixes; started CAutomobile::ProcessControl (diff)
parentfix fix (diff)
downloadre3-3bda0da403ef4c7cd989fff8035863c5a39b009a.tar
re3-3bda0da403ef4c7cd989fff8035863c5a39b009a.tar.gz
re3-3bda0da403ef4c7cd989fff8035863c5a39b009a.tar.bz2
re3-3bda0da403ef4c7cd989fff8035863c5a39b009a.tar.lz
re3-3bda0da403ef4c7cd989fff8035863c5a39b009a.tar.xz
re3-3bda0da403ef4c7cd989fff8035863c5a39b009a.tar.zst
re3-3bda0da403ef4c7cd989fff8035863c5a39b009a.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 ba8388d6..9e6ec173 100644
--- a/src/vehicles/Automobile.cpp
+++ b/src/vehicles/Automobile.cpp
@@ -1255,7 +1255,7 @@ CAutomobile::SpawnFlyingComponent(int32 component, uint32 type)
obj->m_fElasticity = 0.1f;
obj->m_fBuoyancy = obj->m_fMass*GRAVITY/0.75f;
obj->ObjectCreatedBy = TEMP_OBJECT;
- obj->bIsStatic = true;
+ obj->bIsStatic = false;
obj->bIsPickup = false;
obj->bUseVehicleColours = true;
obj->m_colour1 = m_currentColour1;