diff options
Diffstat (limited to '')
-rw-r--r-- | src/vehicles/Automobile.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vehicles/Automobile.h b/src/vehicles/Automobile.h index 3dee998d..b2f0643c 100644 --- a/src/vehicles/Automobile.h +++ b/src/vehicles/Automobile.h @@ -167,4 +167,5 @@ public: static void SetAllTaxiLights(bool set); }; -extern CVector vecHunterGunPos;
\ No newline at end of file +extern CVector vecHunterGunPos; +extern bool bAllCarCheat;
\ No newline at end of file |