summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Automobile.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-14 15:03:01 +0200
committeraap <aap@papnet.eu>2020-05-14 15:05:23 +0200
commit41e9754338c3496a9caa8fc67f892cf043713293 (patch)
tree32d46061a01330e15fe091c8f155629de838efd5 /src/vehicles/Automobile.cpp
parentMerge branch 'master' into miami (diff)
downloadre3-41e9754338c3496a9caa8fc67f892cf043713293.tar
re3-41e9754338c3496a9caa8fc67f892cf043713293.tar.gz
re3-41e9754338c3496a9caa8fc67f892cf043713293.tar.bz2
re3-41e9754338c3496a9caa8fc67f892cf043713293.tar.lz
re3-41e9754338c3496a9caa8fc67f892cf043713293.tar.xz
re3-41e9754338c3496a9caa8fc67f892cf043713293.tar.zst
re3-41e9754338c3496a9caa8fc67f892cf043713293.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 ecf821bc..6fc0436c 100644
--- a/src/vehicles/Automobile.cpp
+++ b/src/vehicles/Automobile.cpp
@@ -107,7 +107,7 @@ CAutomobile::CAutomobile(int32 id, uint8 CreatedBy)
else
Doors[DOOR_BONNET].Init(0.0f, PI*0.3f, 1, 0);
if(pHandling->Flags & HANDLING_HANGING_BOOT)
- Doors[DOOR_BOOT].Init(PI*0.4f, 0.0f, 0, 0);
+ Doors[DOOR_BOOT].Init(-PI*0.4f, 0.0f, 0, 0);
else if(pHandling->Flags & HANDLING_TAILGATE_BOOT)
Doors[DOOR_BOOT].Init(0.0, HALFPI, 1, 0);
else