Skip to content

Commit

Permalink
modified: pl/Development/Script/SI/RailPathfinder
Browse files Browse the repository at this point in the history
User Summary: Synced with EN version
  • Loading branch information
libor-vilimek authored and Librarian committed Sep 8, 2023
1 parent afb37b0 commit 4f976fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Page/pl/Development/Script/SI/RailPathfinder.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Załóżmy, że pathfinder zwrócił ścieżkę, jak zacząć ją budować? Na p
} 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 4f976fb

Please sign in to comment.