diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-06-16 01:38:26 +0300 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-06-16 20:35:09 +0300 |
commit | c6bb1f5d0d70f24f02fd5967f2732c7e8be3781a (patch) | |
tree | 891b2defe753ccf5cd698ad54585a141fe37132b /src/vehicles | |
parent | 3a600b46849f4ce9161da94c19ca61cb397a2257 (diff) |
some cutscene opcodes and heli guns
Diffstat (limited to 'src/vehicles')
-rw-r--r-- | src/vehicles/Automobile.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/vehicles/Automobile.h b/src/vehicles/Automobile.h index 6c13c117..eaceef7b 100644 --- a/src/vehicles/Automobile.h +++ b/src/vehicles/Automobile.h @@ -165,4 +165,6 @@ public: static const uint32 nSaveStructSize; static void SetAllTaxiLights(bool set); -};
\ No newline at end of file +}; + +extern CVector vecHunterGunPos;
\ No newline at end of file |