summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Vehicle.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-22 14:27:16 +0200
committeraap <aap@papnet.eu>2020-05-22 14:27:16 +0200
commita53ca58e566ffceb058451bc49bcc5810c26cb37 (patch)
tree1c58219ab89f84dacbc706205ff9eac88f8ce75f /src/vehicles/Vehicle.cpp
parentMerge branch 'miami' of github.com:GTAmodding/re3 into miami (diff)
downloadre3-a53ca58e566ffceb058451bc49bcc5810c26cb37.tar
re3-a53ca58e566ffceb058451bc49bcc5810c26cb37.tar.gz
re3-a53ca58e566ffceb058451bc49bcc5810c26cb37.tar.bz2
re3-a53ca58e566ffceb058451bc49bcc5810c26cb37.tar.lz
re3-a53ca58e566ffceb058451bc49bcc5810c26cb37.tar.xz
re3-a53ca58e566ffceb058451bc49bcc5810c26cb37.tar.zst
re3-a53ca58e566ffceb058451bc49bcc5810c26cb37.zip
Diffstat (limited to 'src/vehicles/Vehicle.cpp')
-rw-r--r--src/vehicles/Vehicle.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vehicles/Vehicle.cpp b/src/vehicles/Vehicle.cpp
index 58c68a8d..47098d6d 100644
--- a/src/vehicles/Vehicle.cpp
+++ b/src/vehicles/Vehicle.cpp
@@ -127,6 +127,9 @@ CVehicle::CVehicle(uint8 CreatedBy)
AutoPilot.m_bStayInCurrentLevel = false;
AutoPilot.m_bIgnorePathfinding = false;
AutoPilot.m_nSwitchDistance = 20;
+
+// TODO(MIAMI)
+ bRestingOnPhysical = false;
}
CVehicle::~CVehicle()