diff options
author | erorcun <erayorcunus@gmail.com> | 2020-06-16 22:02:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-16 22:02:21 +0200 |
commit | d322a8033e07cf286891fdc165c7b77dfe6b762e (patch) | |
tree | 30a5d3a4181030ca731ae38f20df077a22b91e67 /src/vehicles/Automobile.h | |
parent | Update ModelIndices.h (diff) | |
parent | fix crash-VC pickup scaling (diff) | |
download | re3-d322a8033e07cf286891fdc165c7b77dfe6b762e.tar re3-d322a8033e07cf286891fdc165c7b77dfe6b762e.tar.gz re3-d322a8033e07cf286891fdc165c7b77dfe6b762e.tar.bz2 re3-d322a8033e07cf286891fdc165c7b77dfe6b762e.tar.lz re3-d322a8033e07cf286891fdc165c7b77dfe6b762e.tar.xz re3-d322a8033e07cf286891fdc165c7b77dfe6b762e.tar.zst re3-d322a8033e07cf286891fdc165c7b77dfe6b762e.zip |
Diffstat (limited to 'src/vehicles/Automobile.h')
-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 |