Skip to content

Commit

Permalink
modified: fr/Development/Script/IA/Détermination de chemin ferroviaire
Browse files Browse the repository at this point in the history
User Summary: sinced with EN version
  • Loading branch information
libor-vilimek authored and Librarian committed Sep 8, 2023
1 parent 8a4dfed commit afb37b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Supposons que la détermination de chemin a renvoyé un trajet, comment commence
} else {
local bridge_list = AIBridgeList_Length(AIMap.DistanceManhattan(path.GetTile(), prev) + 1);
bridge_list.Valuate(AIBridge.GetMaxSpeed);
bridge_list.Sort(AIAbstractList.SORT_BY_VALUE, false);
bridge_list.Sort(AIList.SORT_BY_VALUE, false);
AIBridge.BuildBridge(AIVehicle.VT_RAIL, bridge_list.Begin(), prev, path.GetTile());
}
prevprev = prev;
Expand Down

0 comments on commit afb37b0

Please sign in to comment.