summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Vehicle.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-08-02 14:02:02 +0200
committerGitHub <noreply@github.com>2019-08-02 14:02:02 +0200
commite30cfaf6871073ba56a5245d4d1b4da0eab784a3 (patch)
tree73434501fcd8b2167daf88c83c5a1e0f40671780 /src/vehicles/Vehicle.h
parentimplemented CPlane (diff)
parentThe Peds (diff)
downloadre3-e30cfaf6871073ba56a5245d4d1b4da0eab784a3.tar
re3-e30cfaf6871073ba56a5245d4d1b4da0eab784a3.tar.gz
re3-e30cfaf6871073ba56a5245d4d1b4da0eab784a3.tar.bz2
re3-e30cfaf6871073ba56a5245d4d1b4da0eab784a3.tar.lz
re3-e30cfaf6871073ba56a5245d4d1b4da0eab784a3.tar.xz
re3-e30cfaf6871073ba56a5245d4d1b4da0eab784a3.tar.zst
re3-e30cfaf6871073ba56a5245d4d1b4da0eab784a3.zip
Diffstat (limited to 'src/vehicles/Vehicle.h')
-rw-r--r--src/vehicles/Vehicle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Vehicle.h b/src/vehicles/Vehicle.h
index f2e7b5d0..07893782 100644
--- a/src/vehicles/Vehicle.h
+++ b/src/vehicles/Vehicle.h
@@ -169,7 +169,7 @@ public:
uint8 m_veh_flagD40 : 1;
uint8 m_veh_flagD80 : 1;
- int8 field_1F9;
+ int8 m_numPedsUseItAsCover;
uint8 m_nAmmoInClip; // Used to make the guns on boat do a reload (20 by default)
int8 field_1FB;
int8 field_1FC[4];