diff options
author | aap <aap@papnet.eu> | 2021-08-16 00:19:09 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2021-08-16 00:19:09 +0200 |
commit | 2f92ccecb1b7200d5284986dd584f34493e005ec (patch) | |
tree | 459f650376818da5a24f7913dc50ac2be26cc049 /src/vehicles/Automobile.h | |
parent | merge miami (diff) | |
download | re3-2f92ccecb1b7200d5284986dd584f34493e005ec.tar re3-2f92ccecb1b7200d5284986dd584f34493e005ec.tar.gz re3-2f92ccecb1b7200d5284986dd584f34493e005ec.tar.bz2 re3-2f92ccecb1b7200d5284986dd584f34493e005ec.tar.lz re3-2f92ccecb1b7200d5284986dd584f34493e005ec.tar.xz re3-2f92ccecb1b7200d5284986dd584f34493e005ec.tar.zst re3-2f92ccecb1b7200d5284986dd584f34493e005ec.zip |
Diffstat (limited to '')
-rw-r--r-- | src/vehicles/Automobile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vehicles/Automobile.h b/src/vehicles/Automobile.h index 4f4ab500..a6f380c9 100644 --- a/src/vehicles/Automobile.h +++ b/src/vehicles/Automobile.h @@ -39,6 +39,7 @@ public: uint8 m_bombType : 3; #endif uint8 bTaxiLight : 1; + uint8 bUnknownFlag : 1; // new in LCS uint8 bFixedColour : 1; uint8 bBigWheels : 1; uint8 bWaterTight : 1; // no damage for non-player peds |