summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Vehicle.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-07-28 12:42:51 +0200
committerGitHub <noreply@github.com>2019-07-28 12:42:51 +0200
commit15db3c91d28372329e3b49db12ba6028941bd74e (patch)
tree96afd5a9b47ed1dfaabfabda3438ea6e50de1d17 /src/vehicles/Vehicle.h
parentfixed intro skip (diff)
parentfix debug message (diff)
downloadre3-15db3c91d28372329e3b49db12ba6028941bd74e.tar
re3-15db3c91d28372329e3b49db12ba6028941bd74e.tar.gz
re3-15db3c91d28372329e3b49db12ba6028941bd74e.tar.bz2
re3-15db3c91d28372329e3b49db12ba6028941bd74e.tar.lz
re3-15db3c91d28372329e3b49db12ba6028941bd74e.tar.xz
re3-15db3c91d28372329e3b49db12ba6028941bd74e.tar.zst
re3-15db3c91d28372329e3b49db12ba6028941bd74e.zip
Diffstat (limited to 'src/vehicles/Vehicle.h')
-rw-r--r--src/vehicles/Vehicle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vehicles/Vehicle.h b/src/vehicles/Vehicle.h
index 0592292c..1e77a3c5 100644
--- a/src/vehicles/Vehicle.h
+++ b/src/vehicles/Vehicle.h
@@ -181,8 +181,8 @@ public:
uint8 bLowVehicle: 1; // Need this for sporty type cars to use low getting-in/out anims
uint8 bComedyControls : 1; // Will make the car hard to control (hopefully in a funny way)
uint8 bWarnedPeds : 1; // Has scan and warn peds of danger been processed?
- uint8 m_veh_flagB40 : 1;
- uint8 m_veh_flagB80 : 1;
+ uint8 bCraneMessageDone : 1; // A crane message has been printed for this car allready
+ uint8 bExtendedRange : 1; // This vehicle needs to be a bit further away to get deleted
uint8 bTakeLessDamage : 1; // This vehicle is stronger (takes about 1/4 of damage)
uint8 bIsDamaged : 1; // This vehicle has been damaged and is displaying all its components