(svn r12578) -Codechange: merge the aircrafts ProcessOrder too into the 'unified' ProcessOrder.
This commit is contained in:
@@ -2617,6 +2617,8 @@ bad:;
|
||||
|
||||
TileIndex Train::GetOrderStationLocation(StationID station)
|
||||
{
|
||||
if (station == this->last_station_visited) this->last_station_visited = INVALID_STATION;
|
||||
|
||||
return GetStation(station)->xy;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user