(svn r12296) -Fix [FS#1549]: restore timetable from backupped orders and add group ID to the backup

This commit is contained in:
glx
2008-02-27 21:46:57 +00:00
parent 6aea2454c8
commit 459fd42e1d
4 changed files with 25 additions and 3 deletions

View File

@@ -126,6 +126,7 @@ struct BackuppedOrders {
VehicleID clone;
VehicleOrderID orderindex;
GroupID group;
Order *order;
uint16 service_interval;
char *name;