summaryrefslogtreecommitdiff
path: root/bin/ai/regression/regression.txt
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-03-28 12:04:38 +0000
committeryexo <yexo@openttd.org>2009-03-28 12:04:38 +0000
commit400208ee0afd84f1e9ddf1ab851e34a87b3e98c0 (patch)
treed96ab887f0146fd83a81a513c794f40959849e14 /bin/ai/regression/regression.txt
parente02d31cd3abaf078131a82e7d0a0c46a5a759d24 (diff)
downloadopenttd-400208ee0afd84f1e9ddf1ab851e34a87b3e98c0.tar.xz
(svn r15875) -Add: AIBridge::GetBridgeID() so AIs can get the type of bridge that are already build.
Diffstat (limited to 'bin/ai/regression/regression.txt')
-rw-r--r--bin/ai/regression/regression.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/ai/regression/regression.txt b/bin/ai/regression/regression.txt
index cf105624c..3eefdd3fb 100644
--- a/bin/ai/regression/regression.txt
+++ b/bin/ai/regression/regression.txt
@@ -743,12 +743,15 @@
GetMinLength(): -1
Valid Bridges: 10
IsBridgeTile(): false
+ GetBridgeID(): -1
RemoveBridge(): false
GetLastErrorString(): ERR_PRECONDITION_FAILED
GetOtherBridgeEnd(): -1
BuildBridge(): true
IsBridgeTile(): true
+ GetBridgeID(): 5
IsBridgeTile(): true
+ GetBridgeID(): 5
GetOtherBridgeEnd(): 33155
BuildBridge(): false
GetLastErrorString(): ERR_ALREADY_BUILT