mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-25 07:29:10 +00:00
(svn r18297) -Fix: Preserve timetable-start when auto-replacing/-renewing.
This commit is contained in:
@@ -485,6 +485,7 @@ public:
|
||||
|
||||
this->current_order_time = src->current_order_time;
|
||||
this->lateness_counter = src->lateness_counter;
|
||||
this->timetable_start = src->timetable_start;
|
||||
|
||||
this->service_interval = src->service_interval;
|
||||
}
|
||||
|
Reference in New Issue
Block a user