diff options
author | aap <aap@papnet.eu> | 2019-07-24 23:06:48 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-07-24 23:06:48 +0200 |
commit | 93d55bd029b62224a0690bc06bf5d9d6126e59ce (patch) | |
tree | 562f096661118d2f1a6f688eb7d18c20d4746f66 /src/vehicles/Automobile.h | |
parent | implemented cBuoyancy (diff) | |
download | re3-93d55bd029b62224a0690bc06bf5d9d6126e59ce.tar re3-93d55bd029b62224a0690bc06bf5d9d6126e59ce.tar.gz re3-93d55bd029b62224a0690bc06bf5d9d6126e59ce.tar.bz2 re3-93d55bd029b62224a0690bc06bf5d9d6126e59ce.tar.lz re3-93d55bd029b62224a0690bc06bf5d9d6126e59ce.tar.xz re3-93d55bd029b62224a0690bc06bf5d9d6126e59ce.tar.zst re3-93d55bd029b62224a0690bc06bf5d9d6126e59ce.zip |
Diffstat (limited to '')
-rw-r--r-- | src/vehicles/Automobile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Automobile.h b/src/vehicles/Automobile.h index 1a103777..fd3eb203 100644 --- a/src/vehicles/Automobile.h +++ b/src/vehicles/Automobile.h @@ -48,7 +48,7 @@ public: uint8 bHadDriver : 1; // for bombs uint8 m_auto_flagA20 : 1; uint8 m_auto_flagA40 : 1; - uint8 m_auto_flagA80 : 1; + uint8 bWaterTight : 1; // no damage for non-player peds uint8 bNotDamagedUpsideDown : 1; uint8 bMoreResistantToDamage : 1; uint8 field_4DB; |