summaryrefslogtreecommitdiff
path: root/vehicle.h
diff options
context:
space:
mode:
Diffstat (limited to 'vehicle.h')
-rw-r--r--vehicle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vehicle.h b/vehicle.h
index 9648acf8a..2a069e8b1 100644
--- a/vehicle.h
+++ b/vehicle.h
@@ -47,6 +47,9 @@ typedef struct VehicleRoad {
byte overtaking_ctr;
uint16 crashed_ctr;
byte reverse_ctr;
+ struct RoadStop *slot;
+ byte slotindex;
+ byte slot_age;
} VehicleRoad;
typedef struct VehicleSpecial {