diff options
author | planetmaker <planetmaker@openttd.org> | 2011-02-06 23:25:11 +0000 |
---|---|---|
committer | planetmaker <planetmaker@openttd.org> | 2011-02-06 23:25:11 +0000 |
commit | 4828ed94baeb65d25afd1421bbad25205d80029e (patch) | |
tree | 1a98d8e1f1367ef01b4de1026a751406852ffdc4 /bin/ai | |
parent | cebe8ab630e0d03fdcbdf436e5324fb12c779072 (diff) | |
download | openttd-4828ed94baeb65d25afd1421bbad25205d80029e.tar.xz |
(svn r22005) -Fix (r21993): Update regression tests as well
Diffstat (limited to 'bin/ai')
-rw-r--r-- | bin/ai/regression/regression.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ai/regression/regression.txt b/bin/ai/regression/regression.txt index 9877647fc..709667216 100644 --- a/bin/ai/regression/regression.txt +++ b/bin/ai/regression/regression.txt @@ -7108,7 +7108,7 @@ ERROR: IsEnd() is invalid as Begin() is never called IsBuoyTile(): true IsLockTile(): true IsCanalTile(): true - GetBankBalance(): 461507 + GetBankBalance(): 465257 --AIWaypointList(BUOY)-- Count(): 1 @@ -7127,7 +7127,7 @@ ERROR: IsEnd() is invalid as Begin() is never called IsBuoyTile(): false IsLockTile(): false IsCanalTile(): false - GetBankBalance(): 456112 + GetBankBalance(): 459862 BuildWaterDepot(): true BuildDock(): true |