(svn r22473) -Codechange: Automatic orders are better called implicit orders as no real order influencing path finding is added
This commit is contained in:
@@ -77,7 +77,7 @@ public:
|
||||
void MakeLeaveStation();
|
||||
void MakeDummy();
|
||||
void MakeConditional(VehicleOrderID order);
|
||||
void MakeAutomatic(StationID destination);
|
||||
void MakeImplicit(StationID destination);
|
||||
|
||||
/**
|
||||
* Gets the destination of this order.
|
||||
|
Reference in New Issue
Block a user