1
0
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:
frosch
2009-11-26 14:56:17 +00:00
parent 4978d30880
commit f97daed5ef

View File

@@ -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;
}