(svn r21642) -Feature: concept of automatic station orders; add stub orders for intermediate stations and remove them when not visiting them anymore. This allows you to see what trains visit a station without actually having to order a vehicle to stop at all stations. Based on patch by fonsinchen
This commit is contained in:
@@ -662,6 +662,8 @@ public:
|
||||
return (this->orders.list == NULL) ? NULL : this->orders.list->GetOrderAt(index);
|
||||
}
|
||||
|
||||
Order *GetNextManualOrder(int index) const;
|
||||
|
||||
/**
|
||||
* Returns the last order of a vehicle, or NULL if it doesn't exists
|
||||
* @return last order of a vehicle, if available
|
||||
|
Reference in New Issue
Block a user