mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-17 11:39:11 +00:00
(svn r16062) -Fix (r16037): AIOrder::InsertOrder was broken. Default all AI orders to 'stop at far end'.
This commit is contained in:
@@ -268,6 +268,7 @@ static OrderType GetOrderTypeByTile(TileIndex t)
|
||||
order.MakeGoToStation(::GetStationIndex(destination));
|
||||
order.SetLoadType((OrderLoadFlags)GB(order_flags, 5, 3));
|
||||
order.SetUnloadType((OrderUnloadFlags)GB(order_flags, 2, 3));
|
||||
order.SetStopLocation(OSL_PLATFORM_FAR_END);
|
||||
break;
|
||||
|
||||
case OT_GOTO_WAYPOINT:
|
||||
|
Reference in New Issue
Block a user