Timetable: Remove timetable_start_subticks, use DateTicksScaled
This commit is contained in:
@@ -22,8 +22,7 @@ struct BaseConsist {
|
||||
/* Used for timetabling. */
|
||||
uint32 current_order_time; ///< How many ticks have passed since this order started.
|
||||
int32 lateness_counter; ///< How many ticks late (or early if negative) this vehicle is.
|
||||
DateTicks timetable_start; ///< When the vehicle is supposed to start the timetable.
|
||||
uint16 timetable_start_subticks; ///< When the vehicle is supposed to start the timetable: sub-ticks.
|
||||
DateTicksScaled timetable_start; ///< When the vehicle is supposed to start the timetable.
|
||||
|
||||
uint16 service_interval; ///< The interval for (automatic) servicing; either in days or %.
|
||||
|
||||
|
Reference in New Issue
Block a user