diff options
Diffstat (limited to 'src/vehicles/Automobile.h')
-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 |