summaryrefslogtreecommitdiff
path: root/vehicle.h
diff options
context:
space:
mode:
Diffstat (limited to 'vehicle.h')
-rw-r--r--vehicle.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vehicle.h b/vehicle.h
index 63f6bbdf1..d63e6b5f5 100644
--- a/vehicle.h
+++ b/vehicle.h
@@ -97,7 +97,7 @@ typedef struct VehicleAir {
uint16 crashed_counter;
byte pos;
byte previous_pos;
- uint16 targetairport;
+ StationID targetairport;
byte state;
} VehicleAir;
@@ -176,11 +176,11 @@ struct Vehicle {
byte progress;
byte vehstatus; // Status
- uint16 last_station_visited;
+ StationID last_station_visited;
CargoID cargo_type; // type of cargo this vehicle is carrying
byte cargo_days; // how many days have the pieces been in transit
- uint16 cargo_source;// source of cargo
+ StationID cargo_source;// source of cargo
uint16 cargo_cap; // total capacity
uint16 cargo_count;// how many pieces are used