diff options
Diffstat (limited to 'src/vehicle.h')
-rw-r--r-- | src/vehicle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vehicle.h b/src/vehicle.h index 810f1ba2d..62fb935b2 100644 --- a/src/vehicle.h +++ b/src/vehicle.h @@ -108,7 +108,6 @@ enum EffectVehicle { struct VehicleRail { uint16 last_speed; // NOSAVE: only used in UI uint16 crash_anim_pos; - uint16 days_since_order_progr; /* cached values, recalculated on load and each time a vehicle is added to/removed from the consist. */ uint16 cached_max_speed; // max speed of the consist. (minimum of the max speed of all vehicles in the consist) |