summaryrefslogtreecommitdiffstats
path: root/src/vehicles
diff options
context:
space:
mode:
Diffstat (limited to 'src/vehicles')
-rw-r--r--src/vehicles/Automobile.h4
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