From dc303e550bec650220038b727e4915f2e502a5a4 Mon Sep 17 00:00:00 2001 From: yexo Date: Thu, 19 Aug 2010 15:37:28 +0000 Subject: (svn r20563) -Change: [NoAI] rename AIAbstractList to AIList --- bin/ai/compat_1.0.nut | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/ai/compat_1.0.nut') diff --git a/bin/ai/compat_1.0.nut b/bin/ai/compat_1.0.nut index 267b85871..5cda3ad74 100644 --- a/bin/ai/compat_1.0.nut +++ b/bin/ai/compat_1.0.nut @@ -25,7 +25,6 @@ AIRoad.BuildDriveThroughRoadStation <- function(tile, front, road_veh_type, stat return AIRoad._BuildDriveThroughRoadStation(tile, front, road_veh_type, station_id); } -AIAbstractList.HasNext <- AIBridgeList.HasNext <- AIBridgeList_Length.HasNext <- AICargoList.HasNext <- @@ -67,3 +66,5 @@ AIIndustry.IsCargoAccepted <- function(industry_id, cargo_id) { return AIIndustry._IsCargoAccepted(industry_id, cargo_id) != AIIndustry.CAS_NOT_ACCEPTED; } + +AIAbstractList <- AIList; -- cgit v1.2.3-54-g00ecf