summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Automobile.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2021-01-04 22:59:55 +0100
committeraap <aap@papnet.eu>2021-01-04 22:59:55 +0100
commit8026bba723b7909513956b82e4631560f60bd72e (patch)
treec845d9106f2ab9c7b76213b0624b35c74393424a /src/vehicles/Automobile.cpp
parentMerge remote-tracking branch 'upstream/miami' into miami (diff)
downloadre3-8026bba723b7909513956b82e4631560f60bd72e.tar
re3-8026bba723b7909513956b82e4631560f60bd72e.tar.gz
re3-8026bba723b7909513956b82e4631560f60bd72e.tar.bz2
re3-8026bba723b7909513956b82e4631560f60bd72e.tar.lz
re3-8026bba723b7909513956b82e4631560f60bd72e.tar.xz
re3-8026bba723b7909513956b82e4631560f60bd72e.tar.zst
re3-8026bba723b7909513956b82e4631560f60bd72e.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 42e2dc2b..db99c0de 100644
--- a/src/vehicles/Automobile.cpp
+++ b/src/vehicles/Automobile.cpp
@@ -5795,7 +5795,7 @@ CAutomobile::PopBootUsingPhysics(void)
case DOOR_STATUS_OK:
case DOOR_STATUS_SMASHED:
Damage.SetDoorStatus(DOOR_BOOT, DOOR_STATUS_SWINGING);
- Doors[DOOR_BOOT].m_fAngle = -2.0f;
+ Doors[DOOR_BOOT].m_fAngVel = -2.0f;
}
void