diff --git a/bin/game/compat_1.10.nut b/bin/game/compat_1.10.nut index 7275e766cc..01a611075a 100644 --- a/bin/game/compat_1.10.nut +++ b/bin/game/compat_1.10.nut @@ -28,4 +28,4 @@ GSRoad.HasRoadType <- function(tile, road_type) } /* 15 renames GetBridgeID */ -AIBridge.GetBridgeID <- AIBridge.GetBridgeType; +GSBridge.GetBridgeID <- GSBridge.GetBridgeType; diff --git a/bin/game/compat_1.11.nut b/bin/game/compat_1.11.nut index 4418407add..9cee3efe3b 100644 --- a/bin/game/compat_1.11.nut +++ b/bin/game/compat_1.11.nut @@ -21,4 +21,4 @@ GSRoad.HasRoadType <- function(tile, road_type) } /* 15 renames GetBridgeID */ -AIBridge.GetBridgeID <- AIBridge.GetBridgeType; +GSBridge.GetBridgeID <- GSBridge.GetBridgeType; diff --git a/bin/game/compat_1.2.nut b/bin/game/compat_1.2.nut index f3310040d6..662b8a8602 100644 --- a/bin/game/compat_1.2.nut +++ b/bin/game/compat_1.2.nut @@ -50,4 +50,4 @@ GSRoad.HasRoadType <- function(tile, road_type) } /* 15 renames GetBridgeID */ -AIBridge.GetBridgeID <- AIBridge.GetBridgeType; +GSBridge.GetBridgeID <- GSBridge.GetBridgeType; diff --git a/bin/game/compat_1.3.nut b/bin/game/compat_1.3.nut index 0ceeab1b95..6dd74c008d 100644 --- a/bin/game/compat_1.3.nut +++ b/bin/game/compat_1.3.nut @@ -50,4 +50,4 @@ GSRoad.HasRoadType <- function(tile, road_type) } /* 15 renames GetBridgeID */ -AIBridge.GetBridgeID <- AIBridge.GetBridgeType; +GSBridge.GetBridgeID <- GSBridge.GetBridgeType; diff --git a/bin/game/compat_1.4.nut b/bin/game/compat_1.4.nut index 737d28026d..1d53a60642 100644 --- a/bin/game/compat_1.4.nut +++ b/bin/game/compat_1.4.nut @@ -42,4 +42,4 @@ GSRoad.HasRoadType <- function(tile, road_type) } /* 15 renames GetBridgeID */ -AIBridge.GetBridgeID <- AIBridge.GetBridgeType; +GSBridge.GetBridgeID <- GSBridge.GetBridgeType; diff --git a/bin/game/compat_1.5.nut b/bin/game/compat_1.5.nut index 556fc9e9ee..05fb05253b 100644 --- a/bin/game/compat_1.5.nut +++ b/bin/game/compat_1.5.nut @@ -35,4 +35,4 @@ GSRoad.HasRoadType <- function(tile, road_type) } /* 15 renames GetBridgeID */ -AIBridge.GetBridgeID <- AIBridge.GetBridgeType; +GSBridge.GetBridgeID <- GSBridge.GetBridgeType; diff --git a/bin/game/compat_1.6.nut b/bin/game/compat_1.6.nut index b995dc74a6..0ee37890d5 100644 --- a/bin/game/compat_1.6.nut +++ b/bin/game/compat_1.6.nut @@ -35,4 +35,4 @@ GSRoad.HasRoadType <- function(tile, road_type) } /* 15 renames GetBridgeID */ -AIBridge.GetBridgeID <- AIBridge.GetBridgeType; +GSBridge.GetBridgeID <- GSBridge.GetBridgeType; diff --git a/bin/game/compat_1.7.nut b/bin/game/compat_1.7.nut index a8af116b8a..33f607b7f0 100644 --- a/bin/game/compat_1.7.nut +++ b/bin/game/compat_1.7.nut @@ -35,4 +35,4 @@ GSRoad.HasRoadType <- function(tile, road_type) } /* 15 renames GetBridgeID */ -AIBridge.GetBridgeID <- AIBridge.GetBridgeType; +GSBridge.GetBridgeID <- GSBridge.GetBridgeType; diff --git a/bin/game/compat_1.8.nut b/bin/game/compat_1.8.nut index be040c674d..9723add99a 100644 --- a/bin/game/compat_1.8.nut +++ b/bin/game/compat_1.8.nut @@ -35,4 +35,4 @@ GSRoad.HasRoadType <- function(tile, road_type) } /* 15 renames GetBridgeID */ -AIBridge.GetBridgeID <- AIBridge.GetBridgeType; +GSBridge.GetBridgeID <- GSBridge.GetBridgeType; diff --git a/bin/game/compat_1.9.nut b/bin/game/compat_1.9.nut index 48b1b8ff47..f9e3b42797 100644 --- a/bin/game/compat_1.9.nut +++ b/bin/game/compat_1.9.nut @@ -28,4 +28,4 @@ GSRoad.HasRoadType <- function(tile, road_type) } /* 15 renames GetBridgeID */ -AIBridge.GetBridgeID <- AIBridge.GetBridgeType; +GSBridge.GetBridgeID <- GSBridge.GetBridgeType; diff --git a/bin/game/compat_12.nut b/bin/game/compat_12.nut index 0c10894a77..e2e263bd49 100644 --- a/bin/game/compat_12.nut +++ b/bin/game/compat_12.nut @@ -21,4 +21,4 @@ GSRoad.HasRoadType <- function(tile, road_type) } /* 15 renames GetBridgeID */ -AIBridge.GetBridgeID <- AIBridge.GetBridgeType; +GSBridge.GetBridgeID <- GSBridge.GetBridgeType; diff --git a/bin/game/compat_13.nut b/bin/game/compat_13.nut index 43b84786c3..a9dc9cd87d 100644 --- a/bin/game/compat_13.nut +++ b/bin/game/compat_13.nut @@ -8,4 +8,4 @@ GSLog.Info("13 API compatibility in effect."); /* 15 renames GetBridgeID */ -AIBridge.GetBridgeID <- AIBridge.GetBridgeType; +GSBridge.GetBridgeID <- GSBridge.GetBridgeType; diff --git a/bin/game/compat_14.nut b/bin/game/compat_14.nut index 3a1eef26c7..9115d8bcfa 100644 --- a/bin/game/compat_14.nut +++ b/bin/game/compat_14.nut @@ -8,4 +8,4 @@ GSLog.Info("14 API compatibility in effect."); /* 15 renames GetBridgeID */ -AIBridge.GetBridgeID <- AIBridge.GetBridgeType; +GSBridge.GetBridgeID <- GSBridge.GetBridgeType;