mirror of
https://github.com/OpenTTD/OpenTTD
synced 2025-12-10 06:52:05 +01:00
Change: [Script] rename BridgeID to BridgeType in the script API
This commit is contained in:
@@ -33,3 +33,6 @@ GSRoad.HasRoadType <- function(tile, road_type)
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
/* 15 renames GetBridgeID */
|
||||
AIBridge.GetBridgeID <- AIBridge.GetBridgeType;
|
||||
|
||||
Reference in New Issue
Block a user