diff options
author | yexo <yexo@openttd.org> | 2009-02-14 22:06:11 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2009-02-14 22:06:11 +0000 |
commit | a6350c0287860b883dffedc32981a1ef35e274ff (patch) | |
tree | ae92b70d4e7336e1e4dfb557c1179f2daf3c6901 /bin/ai/regression/regression.txt | |
parent | b2d24d85d65ba7dc60bf15633986f2b621c6e14d (diff) | |
download | openttd-a6350c0287860b883dffedc32981a1ef35e274ff.tar.xz |
(svn r15494) -Change [API CHANGE]: Split AIRoad::BuildRoadStation in BuildRoadStation and BuildDriveThroughRoadStation.
Diffstat (limited to 'bin/ai/regression/regression.txt')
-rw-r--r-- | bin/ai/regression/regression.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/ai/regression/regression.txt b/bin/ai/regression/regression.txt index 33b99129e..d2557aeb6 100644 --- a/bin/ai/regression/regression.txt +++ b/bin/ai/regression/regression.txt @@ -6403,10 +6403,10 @@ BuildRoadStation(truck): true BuildRoadStation(bus): true BuildRoadStation(truck): true - BuildRoadStation(bus-drive): true - BuildRoadStation(truck-drive): true - BuildRoadStation(bus-drive): true - BuildRoadStation(truck-drive): true + BuildDriveThroughRoadStation(bus-drive): true + BuildDriveThroughRoadStation(truck-drive): true + BuildDriveThroughRoadStation(bus-drive): true + BuildDriveThroughRoadStation(truck-drive): true BuildRoadDepot(): true GetRoadStationFrontTile(): 33411 GetRoadStationFrontTile(): 33924 |